]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
try newer docker in remote docker
authorDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 18:19:14 +0000 (14:19 -0400)
committerDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 18:19:14 +0000 (14:19 -0400)
.circleci/config.yml
Dockerfile

index c293f38103f2643100290894933f8610c5ca07f8..417c07bf978d167509bb87ddd7cca2704698efde 100644 (file)
@@ -5,6 +5,7 @@ jobs:
     docker:
       - image: docker:17.06.1-ce
     steps:
-      - setup_remote_docker
+      - setup_remote_docker:
+          version: 17.06.0-ce
       - checkout
       - run: docker build .
index 77a490fa0a53dd1f3b551383869fb754dfb366cb..532da34cae4986378366aef059da5eeb4713e15c 100644 (file)
@@ -23,5 +23,13 @@ RUN perl checksetup.pl --cpanm='default pg mysql'
 
 FROM alpine:3.6
 
+RUN apk --update --no-cache add \
+    perl \
+    libevent \
+    expat \
+    libressl \
+    mariadb-libs \
+    ca-certificates
+
 WORKDIR /app
 COPY --from=builder /app /app