This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 61070cb  GUACAMOLE-772: Switched runtime image to debian slim
     new 652ca30  GUACAMOLE-772: Merge reduce Docker image size for guacd
61070cb is described below

commit 61070cb3676927e95870681d6158ce0e564f6cf4
Author: Mathias <[email protected]>
AuthorDate: Mon Apr 8 12:28:46 2019 +0200

    GUACAMOLE-772: Switched runtime image to debian slim
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index f5f7a42..094842c 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

Reply via email to