Add CA certs, as steamcmd needs that too. YOU'D THINK PACKAGE DEPS WOULD COVER THIS...

This commit is contained in:
Daniel Ceregatti 2024-06-21 19:33:43 -07:00
parent a97d76d46f
commit 4c2b0d3781

View file

@ -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 \