Skip to content

Commit

Permalink
Update the netcat package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeiP committed Jun 6, 2024
1 parent 80c3b22 commit 05854c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN bundle install --jobs 4

RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN apt-get update && apt-get install -y yarn netcat
RUN apt-get update && apt-get install -y yarn netcat-openbsd

RUN mkdir /app/log

Expand Down

0 comments on commit 05854c6

Please sign in to comment.