Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
need to manually generate gitsha now with compose 1.25 (#8)
Browse files Browse the repository at this point in the history
need to manually generate gitsha now with compose 1.25
  • Loading branch information
j0nnymoe authored Nov 19, 2019
2 parents 975fd1a + 0083d9e commit 2556833
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN \
pip3 install \
-r requirements.txt \
-r requirements-build.txt && \
./script/build/write-git-sha && \
./script/build/write-git-sha > compose/GITSHA && \
pyinstaller docker-compose.spec && \
mv dist/docker-compose /

Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN \
apt-get install -y \
git \
libffi-dev \
libssl-dev \
python3 \
python3-dev \
python3-pip \
Expand All @@ -28,7 +29,7 @@ RUN \
pip3 install \
-r requirements.txt \
-r requirements-build.txt && \
./script/build/write-git-sha && \
./script/build/write-git-sha > compose/GITSHA && \
pyinstaller docker-compose.spec && \
mv dist/docker-compose /

Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN \
apt-get install -y \
git \
libffi-dev \
libssl-dev \
python3 \
python3-dev \
python3-pip \
Expand All @@ -28,7 +29,7 @@ RUN \
pip3 install \
-r requirements.txt \
-r requirements-build.txt && \
./script/build/write-git-sha && \
./script/build/write-git-sha > compose/GITSHA && \
pyinstaller docker-compose.spec && \
mv dist/docker-compose /

Expand Down

0 comments on commit 2556833

Please sign in to comment.