Fix testing

This commit is contained in:
Mike Hume
2019-12-05 12:42:44 -08:00
parent 20c2d5b049
commit 6768ea43ca
4 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.vendor="Drone.IO Community" \
org.label-schema.schema-version="1.0"
RUN apk add -U ca-certificates python3 && \
RUN apk add -U ca-certificates python3 \
python3-dev gcc libc-dev libffi-dev openssl-dev && \
rm -rf /var/cache/apk/* && \
pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
+2 -1
View File
@@ -5,7 +5,8 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.vendor="Drone.IO Community" \
org.label-schema.schema-version="1.0"
RUN apk add -U ca-certificates python3 && \
RUN apk add -U ca-certificates python3 \
python3-dev gcc libc-dev libffi-dev openssl-dev && \
rm -rf /var/cache/apk/* && \
pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
+2 -1
View File
@@ -5,7 +5,8 @@ LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.vendor="Drone.IO Community" \
org.label-schema.schema-version="1.0"
RUN apk add -U ca-certificates python3 && \
RUN apk add -U ca-certificates python3 \
python3-dev gcc libc-dev libffi-dev openssl-dev && \
rm -rf /var/cache/apk/* && \
pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine