Skip to content

Commit

Permalink
fix arg, add py3-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Jun 1, 2020
1 parent 91a3896 commit 806e7ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN \
apk add --no-cache \
jpeg \
nodejs \
py3-requests \
py3-setuptools \
python3 \
zlib && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN \
apk add --no-cache \
jpeg \
nodejs \
py3-requests \
py3-setuptools \
python3 \
zlib && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN \
apk add --no-cache \
jpeg \
nodejs \
py3-requests \
py3-setuptools \
python3 \
zlib && \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
EXT_GIT_BRANCH = 'master'
EXT_USER = 'mylar3'
EXT_REPO = 'mylar3'
BUILD_VERSION_ARG = 'MYLAR_RELEASE'
BUILD_VERSION_ARG = 'MYLAR3_RELEASE'
LS_USER = 'linuxserver'
LS_REPO = 'docker-mylar3'
CONTAINER_NAME='mylar3'
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repo_vars:
- EXT_GIT_BRANCH = 'master'
- EXT_USER = 'mylar3'
- EXT_REPO = 'mylar3'
- BUILD_VERSION_ARG = 'MYLAR_RELEASE'
- BUILD_VERSION_ARG = 'MYLAR3_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-mylar3'
- CONTAINER_NAME='mylar3'
Expand Down

0 comments on commit 806e7ef

Please sign in to comment.