Browse Source

Ensure file permissions and owner

pull/2/head
Mykyta Solomko 5 years ago
parent
commit
206c8e17ed
  1. 3
      Dockerfile

3
Dockerfile

@ -29,5 +29,6 @@ RUN wget -qO - https://github.com/koalaman/shellcheck/releases/download/v${SHELL
RUN wget -qO /usr/local/bin/hadolint \
https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VER}/hadolint-Linux-x86_64
RUN chmod +x /usr/local/bin/*
RUN chown root:root /usr/local/bin/* \
&& chmod 0755 /usr/local/bin/*
Loading…
Cancel
Save