Skip to content

Commit

Permalink
Remove chmod (#103)
Browse files Browse the repository at this point in the history
* Remove unnecessary chmod commands

* Add execute permissions to scripts

Closes #27
  • Loading branch information
johnboyes authored Apr 25, 2020
1 parent c8d3137 commit ed5fa2d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ LABEL maintainer="John Boyes <[email protected]>"
COPY scripts /usr/local/bin/

USER root
RUN chmod 755 /usr/local/bin/install-mage.sh \
&& chmod 755 /usr/local/bin/install-chrome.sh \
&& chmod 755 /usr/local/bin/install-gauge.sh \
&& chmod 755 /usr/local/bin/install-gauge-plugins.sh \
&& chmod 755 /usr/local/bin/install-taiko.sh \
&& install-chrome.sh \
RUN install-chrome.sh \
&& install-gauge.sh
USER circleci
RUN install-gauge-plugins.sh \
Expand Down
Empty file modified scripts/install-chrome.sh
100644 → 100755
Empty file.
Empty file modified scripts/install-gauge-plugins.sh
100644 → 100755
Empty file.
Empty file modified scripts/install-gauge.sh
100644 → 100755
Empty file.
Empty file modified scripts/install-taiko.sh
100644 → 100755
Empty file.

0 comments on commit ed5fa2d

Please sign in to comment.