Skip to content

Commit

Permalink
Merge pull request #51 from webvisum/main
Browse files Browse the repository at this point in the history
[INFRA] try to make dep as command available
  • Loading branch information
mautz-et-tong authored Aug 17, 2023
2 parents 6fe8a3b + e29bb34 commit 7439567
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/7.4/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ RUN set -xe; \
\
composer global require deployer/deployer; \
composer global update; \
echo "export PATH=$PATH:~/.composer/vendor/bin" >> ~/.bashrc && . ~/.bashrc
ln -s ~/.composer/vendor/bin/dep /usr/local/bin/dep

# hadolint ignore=DL4006
RUN set -xe; \
Expand Down
2 changes: 1 addition & 1 deletion src/8.0/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ RUN set -xe; \
\
composer global require deployer/deployer; \
composer global update; \
echo "export PATH=$PATH:~/.composer/vendor/bin" >> ~/.bashrc && . ~/.bashrc
ln -s ~/.composer/vendor/bin/dep /usr/local/bin/dep

# hadolint ignore=DL4006
RUN set -xe; \
Expand Down
2 changes: 1 addition & 1 deletion src/8.1/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ RUN set -xe; \
\
composer global require deployer/deployer; \
composer global update; \
echo "export PATH=$PATH:~/.composer/vendor/bin" >> ~/.bashrc && . ~/.bashrc
ln -s ~/.composer/vendor/bin/dep /usr/local/bin/dep

# hadolint ignore=DL4006
RUN set -xe; \
Expand Down
2 changes: 1 addition & 1 deletion src/8.2/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ RUN set -xe; \
\
composer global require deployer/deployer; \
composer global update; \
echo "export PATH=$PATH:~/.composer/vendor/bin" >> ~/.bashrc && . ~/.bashrc
ln -s ~/.composer/vendor/bin/dep /usr/local/bin/dep

# hadolint ignore=DL4006
RUN set -xe; \
Expand Down

0 comments on commit 7439567

Please sign in to comment.