Skip to content

Commit

Permalink
[FIX] Fixed Github download URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed Jan 3, 2019
1 parent aee79c4 commit 62659fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sysPass-dev-php7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY 20-xdebug.ini /etc/php/7.0/apache2/conf.d/20-xdebug.ini
# Cutom entrypoint
COPY entrypoint.sh /usr/local/sbin/

RUN wget https://github.com/nuxsmin/sysPass/archive/${SYSPASS_BRANCH}.zip \
RUN wget https://codeload.github.com/nuxsmin/docker-syspass/zip/${SYSPASS_BRANCH} \
&& chmod 755 /usr/local/sbin/entrypoint.sh

EXPOSE 80 443
Expand Down
2 changes: 1 addition & 1 deletion sysPass-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN a2enmod ssl \
LABEL build=18061901

# Download and install the latest sysPass stable release from GitHub
RUN wget https://github.com/nuxsmin/sysPass/archive/${SYSPASS_BRANCH}.zip
RUN wget https://codeload.github.com/nuxsmin/docker-syspass/zip/${SYSPASS_BRANCH}

EXPOSE 80 443

Expand Down
2 changes: 1 addition & 1 deletion sysPass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN a2enmod ssl \
LABEL version=2.1.16.18061901

# Download and install the latest sysPass stable release from GitHub
RUN wget https://github.com/nuxsmin/sysPass/archive/${SYSPASS_BRANCH}.zip
RUN wget https://codeload.github.com/nuxsmin/docker-syspass/zip/${SYSPASS_BRANCH}

EXPOSE 80 443

Expand Down

0 comments on commit 62659fe

Please sign in to comment.