Skip to content

Commit

Permalink
Merge branch 'main' into 741/add-additional-args
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 8, 2023
2 parents 6084ba3 + e53d8ef commit d24e659
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile.valheim
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ RUN apt-get update \
&& apt-get install -y -qq \
build-essential \
htop net-tools nano gcc g++ gdb \
netcat curl wget zip unzip \
netcat curl wget zip unzip \
cron sudo gosu dos2unix \
libsdl2-2.0-0 jq libc6 libc6-dev \
libpulse-dev libatomic1 \
&& rm -rf /var/lib/apt/lists/* \
libsdl2-2.0-0 jq libc6 libc6-dev \
libpulse-dev libatomic1 \
tzdata \
&& rm -rf /var/lib/apt/lists/* \
&& gosu nobody true \
&& dos2unix

Expand Down

0 comments on commit d24e659

Please sign in to comment.