1
0

fix(Dockerfile): fail build when apt-get fails

This commit is contained in:
2022-09-17 14:38:26 +02:00
parent 058adb0514
commit 825e872a8d
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
set -x
set -ex
IMAGE=pommib/jumpbox:latest
docker pull $IMAGE