Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from linuxserver/alpine-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
aptalca authored Jul 6, 2020
2 parents bfd1ea3 + d0c3570 commit 1e21ad2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN \
PYINSTVER=$(cat requirements-build.txt | grep pyinstaller | sed 's|pyinstaller==|v|') && \
git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller && \
cd /tmp/pyinstaller/bootloader && \
git checkout $(PYINSTVER) && \
git checkout ${PYINSTVER} && \
/compose/.tox/${PY_ARG}/bin/python3 ./waf configure --no-lsb all && \
/compose/.tox/${PY_ARG}/bin/pip3 install .. && \
cd /compose && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN \
PYINSTVER=$(cat requirements-build.txt | grep pyinstaller | sed 's|pyinstaller==|v|') && \
git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller && \
cd /tmp/pyinstaller/bootloader && \
git checkout $(PYINSTVER) && \
git checkout ${PYINSTVER} && \
/compose/.tox/${PY_ARG}/bin/python3 ./waf configure --no-lsb all && \
/compose/.tox/${PY_ARG}/bin/pip3 install .. && \
cd /compose && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN \
PYINSTVER=$(cat requirements-build.txt | grep pyinstaller | sed 's|pyinstaller==|v|') && \
git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller && \
cd /tmp/pyinstaller/bootloader && \
git checkout $(PYINSTVER) && \
git checkout ${PYINSTVER} && \
/compose/.tox/${PY_ARG}/bin/python3 ./waf configure --no-lsb all && \
/compose/.tox/${PY_ARG}/bin/pip3 install .. && \
cd /compose && \
Expand Down

0 comments on commit 1e21ad2

Please sign in to comment.