File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1919 pull : always
2020 image : golang:1.11-alpine
2121 commands :
22- - apk --no-cache add -U python3 git
22+ - apk --no-cache add -U python3 python3-dev git gcc libc-dev libffi-dev openssl-dev
2323 - pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
2424 - go test -cover ./...
2525 environment :
Original file line number Diff line number Diff line change 55 org.label-schema.vendor="Drone.IO Community" \
66 org.label-schema.schema-version="1.0"
77
8- RUN apk add -U ca-certificates python3 && \
8+ RUN apk add -U ca-certificates python3 \
9+ python3-dev gcc libc-dev libffi-dev openssl-dev && \
910 rm -rf /var/cache/apk/* && \
1011 pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
1112
Original file line number Diff line number Diff line change 55 org.label-schema.vendor="Drone.IO Community" \
66 org.label-schema.schema-version="1.0"
77
8- RUN apk add -U ca-certificates python3 && \
8+ RUN apk add -U ca-certificates python3 \
9+ python3-dev gcc libc-dev libffi-dev openssl-dev && \
910 rm -rf /var/cache/apk/* && \
1011 pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
1112
Original file line number Diff line number Diff line change 55 org.label-schema.vendor="Drone.IO Community" \
66 org.label-schema.schema-version="1.0"
77
8- RUN apk add -U ca-certificates python3 && \
8+ RUN apk add -U ca-certificates python3 \
9+ python3-dev gcc libc-dev libffi-dev openssl-dev && \
910 rm -rf /var/cache/apk/* && \
1011 pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
1112
You can’t perform that action at this time.
0 commit comments