Skip to content

Commit 04526ed

Browse files
authored
Merge pull request #27 from SamuAlfageme/add_git
Add git to Dockerfile(s) for setuptools-scm to work
2 parents 47707fa + 5cddfdb commit 04526ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile.linux.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="Drone.IO Community <[email protected]>" \
66
org.label-schema.schema-version="1.0"
77

88
RUN apk add -U ca-certificates python3 \
9-
python3-dev gcc libc-dev libffi-dev openssl-dev && \
9+
python3-dev gcc libc-dev libffi-dev openssl-dev git && \
1010
rm -rf /var/cache/apk/* && \
1111
pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
1212

docker/Dockerfile.linux.arm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="Drone.IO Community <[email protected]>" \
66
org.label-schema.schema-version="1.0"
77

88
RUN apk add -U ca-certificates python3 \
9-
python3-dev gcc libc-dev libffi-dev openssl-dev && \
9+
python3-dev gcc libc-dev libffi-dev openssl-dev git && \
1010
rm -rf /var/cache/apk/* && \
1111
pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
1212

docker/Dockerfile.linux.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="Drone.IO Community <[email protected]>" \
66
org.label-schema.schema-version="1.0"
77

88
RUN apk add -U ca-certificates python3 \
9-
python3-dev gcc libc-dev libffi-dev openssl-dev && \
9+
python3-dev gcc libc-dev libffi-dev openssl-dev git && \
1010
rm -rf /var/cache/apk/* && \
1111
pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
1212

0 commit comments

Comments
 (0)