Skip to content

Commit 5b67b0f

Browse files
committed
Update comments in Dockerfile
1 parent 893abab commit 5b67b0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker_images/v0.6/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@ ENV BINARYBUILDER_DOWNLOADS_CACHE /shards
99
ENV BINARYBUILDER_AUTOMATIC_APPLE true
1010
ENV BINARYBUILDER_USE_CCACHE true
1111

12+
# we'll make this even though the user should mount something in here
13+
RUN mkdir -p /shards
14+
1215
# Install BinaryBuilder
1316
RUN julia -e 'Pkg.clone("https://github.com/JuliaPackaging/BinaryBuilder.jl.git"); using BinaryBuilder'
17+
18+
# The user should mount something in /root/.ccache and /shards

0 commit comments

Comments
 (0)