1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 22:03:03 +00:00

update konnect (#299)

* update konnect to 0.28.0
* make signing_method configurable
* instruct npm to run with unsafe permissions (fixes error on jenkins)
  * https://github.com/npm/npm/issues/20861
This commit is contained in:
Felix Bartels
2019-12-05 11:10:17 +01:00
committed by GitHub
parent 7eab9c7c06
commit 4f8af8f86f
3 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
FROM docker:18.09.6
FROM docker:18.09
ENV \
COMMANDER_VERSION=1.2.1 \
COMPOSE_VERSION=1.19.0 \
@@ -26,6 +26,7 @@ RUN curl -fSL "https://github.com/genuinetools/reg/releases/download/v$REG_VERSI
curl -fSL "https://github.com/SimonBaeumer/commander/releases/download/v$COMMANDER_VERSION/commander-linux-amd64" -o /usr/local/bin/commander && \
curl -fSL "https://raw.githubusercontent.com/fbartels/dccommander/master/dccommander" -o /usr/local/bin/dccommander && \
pip install yamllint==1.19.0 && \
npm config set unsafe-perm true && \
npm install -g eclint@2.8.1 && \
chmod a+x /usr/local/bin/*