Skip to content

Commit

Permalink
Dockerfile: Add a ccache folder
Browse files Browse the repository at this point in the history
Add a dummy /ccache folder for folks who do not have ccache installed on
their machine.

Reported-by: Alvaro Reyes <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
  • Loading branch information
nmenon committed Oct 25, 2024
1 parent dd702c1 commit f4e2b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ RUN echo "**** create developer user and make our folders ****" \
&& useradd -u 1000 -U -d /config -s /bin/false developer \
&& usermod -G users developer \
&& mkdir /workdir && chown developer:developer /workdir \
&& mkdir /ccache && chown developer:developer /ccache \
&& mkdir /config && chown developer:developer /config

ENTRYPOINT ["/init"]
Expand Down

0 comments on commit f4e2b7f

Please sign in to comment.