Explorar o código

Run update.sh

Docker Library Bot %!s(int64=5) %!d(string=hai) anos
pai
achega
ab4bfcb23e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rust/README.md

+ 1 - 1
rust/README.md

@@ -91,7 +91,7 @@ COPY . .
 RUN cargo install --path .
 
 FROM debian:buster-slim
-RUN apt-get update && apt-get install -y extra-runtime-dependencies
+RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
 COPY --from=builder /usr/local/cargo/bin/myapp /usr/local/bin/myapp
 CMD ["myapp"]
 ```