Explorar o código

Mise à jour de 'Dockerfile'

penta hai 1 mes
pai
achega
5c39fd494c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -369,6 +369,9 @@ RUN dpkg --add-architecture i386 \
         /var/lib/apt/lists/* \
         /var/cache/apt/*
 
+# Keep APT package indexes available for Steam's dependency checker.
+RUN apt-get update \
+    && apt-get clean
 
 # =============================================================================
 # Runtime scripts