Explorar o código

docker/Dockerfile.debian12: separate apt update

Daniel-Constantin Mierla hai 7 meses
pai
achega
949c2608fe
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      docker/Dockerfile.debian12

+ 3 - 1
docker/Dockerfile.debian12

@@ -2,7 +2,9 @@ FROM debian:bookworm
 
 RUN groupadd -r mysql && useradd -r -g mysql mysql
 
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes apt-utils \
+RUN apt-get update
+
+RUN DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes apt-utils \
   autoconf gcc g++ make procps \
   coreutils exuberant-ctags curl gawk gdb git jq lynx netcat-traditional ngrep sed sip-tester vim wget \
   bison libtool \