mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Update the netcat package name
This commit is contained in:
parent
80c3b22e04
commit
05854c6560
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue