We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 128006d + bdb2753 commit 08ac838Copy full SHA for 08ac838
docker/server.Dockerfile
@@ -4,11 +4,11 @@ FROM $BASE
4
5
# install dependencies
6
RUN dpkg --add-architecture i386
7
-RUN apt-get update && apt-get install -y software-properties-common
+RUN apt-get -qq update && apt-get -qq install -y software-properties-common
8
RUN add-apt-repository ppa:deadsnakes/ppa
9
-RUN apt-get update && apt-get install -y python3.8:i386 libpython3.8:i386
10
-RUN apt-get update && apt-get install -y libstdc++6:i386
+RUN apt-get -qq update && apt-get -qq install -y python3.8:i386 libpython3.8:i386
+RUN apt-get install -y libstdc++6:i386
11
12
WORKDIR /server
13
14
-CMD "./start_server.sh"
+CMD "./start_server.sh"
0 commit comments