From: Jérôme Benoit Date: Tue, 15 Nov 2022 14:28:00 +0000 (+0100) Subject: Cleanup packages used at user creation X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a739e5eadd21bd75f34779b246a3c709a1ada3d4;p=mbt-docker.git Cleanup packages used at user creation Signed-off-by: Jérôme Benoit --- diff --git a/.xmake.cfg b/.xmake.cfg index 49226f9..53f8aea 100644 --- a/.xmake.cfg +++ b/.xmake.cfg @@ -1,5 +1,5 @@ [xmake] -version=1.0.6 +version=1.0.7 # https://github.wdf.sap.corp/pages/xmake-ci/User-Guide/Setting_up_a_Build/Release_Procedure/Release_Versions/ [buildplugin] diff --git a/Dockerfile b/Dockerfile index 0ba08cb..db4ae97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,9 @@ RUN set -ex \ --uid 1000 \ --comment 'Cloud MTA Build Tool' \ --password "$(echo weUseMta | openssl passwd -1 -stdin)" ${USER} \ - # allow anybody to write into the image user home directory - && chmod a+w ${USER_HOME_DIR} + # allow anybody to write into the image user home directory + && chmod a+w ${USER_HOME_DIR} \ + && apt-get remove --purge --autoremove -y openssl ADD http://aia.pki.co.sap.com/aia/SAP%20Global%20Root%20CA.crt \ /etc/ssl/certs/SAP_Global_Root_CA.crt