From ef98cc1ce7694fc0f8e03c0664260a8aa84c041a Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Fri, 16 Oct 2020 10:23:59 +0200 Subject: [PATCH] temporarily remove kopano-migration-pst Signed-off-by: Felix Bartels --- utils/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/Dockerfile b/utils/Dockerfile index 313b7a6..fd4bb9f 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -17,7 +17,6 @@ RUN --mount=type=secret,id=repocred,target=/etc/apt/auth.conf.d/kopano.conf \ iputils-ping \ kopano-backup \ kopano-migration-imap \ - kopano-migration-pst \ ldap-utils \ less \ lsof \ @@ -31,4 +30,4 @@ RUN --mount=type=secret,id=repocred,target=/etc/apt/auth.conf.d/kopano.conf \ CMD [ "/bin/bash" ] ARG VCS_REF -LABEL org.label-schema.vcs-ref=$VCS_REF \ No newline at end of file +LABEL org.label-schema.vcs-ref=$VCS_REF