We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893abab commit 5b67b0fCopy full SHA for 5b67b0f
docker_images/v0.6/Dockerfile
@@ -9,5 +9,10 @@ ENV BINARYBUILDER_DOWNLOADS_CACHE /shards
9
ENV BINARYBUILDER_AUTOMATIC_APPLE true
10
ENV BINARYBUILDER_USE_CCACHE true
11
12
+# we'll make this even though the user should mount something in here
13
+RUN mkdir -p /shards
14
+
15
# Install BinaryBuilder
16
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