From 61070cb3676927e95870681d6158ce0e564f6cf4 Mon Sep 17 00:00:00 2001 From: Mathias Date: Mon, 8 Apr 2019 12:28:46 +0200 Subject: [PATCH] GUACAMOLE-772: Switched runtime image to debian slim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5f7a425..094842cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN ${PREFIX_DIR}/bin/list-dependencies.sh \ > ${PREFIX_DIR}/DEPENDENCIES # Use same Debian as the base for the runtime image -FROM debian:${DEBIAN_VERSION} +FROM debian:${DEBIAN_VERSION}-slim # Base directory for installed build artifacts. # Due to limitations of the Docker image build process, this value is