Skip to content

Commit

Permalink
murdock-worker: add /cache with correct credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jan 5, 2023
1 parent 5bd0c96 commit 59170f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions murdock-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ RUN tar -xvf /${CCACHE_TGZ} --strip-components=1 -C/usr/local/bin && rm /${CCACH
# install murdock slave startup script
COPY murdock_slave.sh /usr/bin/murdock_slave

# create cache folder
RUN mkdir -m777 /cache

ENTRYPOINT ["/bin/bash", "/run.sh"]

# By default, run a shell when no command is specified on the docker command line
Expand Down

0 comments on commit 59170f7

Please sign in to comment.