mirror of
https://github.com/drone-plugins/drone-pypi.git
synced 2026-06-04 18:24:00 +08:00
Fix testing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user