Update Dockerfile

This commit is contained in:
Alexandre
2022-11-08 16:41:59 +01:00
committed by GitHub
parent d990ad7373
commit af0683c66b

View File

@@ -28,10 +28,6 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
# Avoid overcommit memory
RUN \
echo "vm.overcommit_memory = 1" >> /etc/sysctl.conf
##################
# 3 Install apps #
##################