Skip to content

Commit

Permalink
I have to set permission on /tmp/fetch_binaries.sh
Browse files Browse the repository at this point in the history
Before that I was receiving the error:

 => ERROR [fetcher 4/4] RUN /tmp/fetch_binaries.sh                                                                                                     0.9s
------
 > [fetcher 4/4] RUN /tmp/fetch_binaries.sh:
nicolaka#13 0.784 /bin/sh: 1: /tmp/fetch_binaries.sh: Permission denied
  • Loading branch information
ramonlucas authored Apr 7, 2021
1 parent 0349eb1 commit 0be71d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ RUN apt-get update && apt-get install -y \
curl \
wget

RUN ["chmod", "+x", "/tmp/fetch_binaries.sh"]

RUN /tmp/fetch_binaries.sh

FROM alpine:3.13
Expand Down

0 comments on commit 0be71d5

Please sign in to comment.