Update Dockerfile

Readded `set -xe`
This commit is contained in:
Daniel Wagner 2020-12-28 00:44:07 +01:00 committed by GitHub
parent 53b354d592
commit 542d5057ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,8 @@ LABEL maintainer="Gilles LAMIRAL <gilles@lamiral.info>" \
description="Imapsync" \
documentation="https://imapsync.lamiral.info/#doc"
RUN apt-get update && \
RUN set -xe && \
apt-get update && \
apt-get install -y \
libauthen-ntlm-perl \
libclass-load-perl \