mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Add CA certs, as steamcmd needs that too. YOU'D THINK PACKAGE DEPS WOULD COVER THIS...
This commit is contained in:
parent
a97d76d46f
commit
4c2b0d3781
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ RUN sed -i /etc/apt/sources.list.d/debian.sources -e 's/Components: main/Compone
|
|||
|
||||
# Install only the necessary packages
|
||||
RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-recommends \
|
||||
ca-certificates \
|
||||
locales \
|
||||
nano \
|
||||
procps \
|
||||
|
|
Loading…
Add table
Reference in a new issue