Update Dockerfile

This commit is contained in:
Alexandre
2022-01-16 21:42:47 +01:00
committed by GitHub
parent d47a4faa34
commit 131fbadb13

View File

@@ -32,8 +32,6 @@ RUN \
chown -R $(id -u):$(id -g) /data/joal &&\
rm /data/joal/jack-of* || true
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
##################
# 3 Install apps #
##################