mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-06 20:55:29 +02:00
Update Dockerfile
Readded `set -xe`
This commit is contained in:
parent
53b354d592
commit
542d5057ea
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ LABEL maintainer="Gilles LAMIRAL <gilles@lamiral.info>" \
|
||||||
description="Imapsync" \
|
description="Imapsync" \
|
||||||
documentation="https://imapsync.lamiral.info/#doc"
|
documentation="https://imapsync.lamiral.info/#doc"
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN set -xe && \
|
||||||
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
libauthen-ntlm-perl \
|
libauthen-ntlm-perl \
|
||||||
libclass-load-perl \
|
libclass-load-perl \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue