Skip to content

Commit 424d056

Browse files
authored
Merge pull request #335 from damonbayer/dmb_julia_depot
Proper JULIA_DEPOT_PATH
2 parents c4fdb61 + bcdb1d2 commit 424d056

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ RUN : \
205205

206206
ARG JULIA=1.12.6
207207
ARG JULIA_SHA256=bbabf3bef19421a9dbd24a767d807606ab85e444323b5a1c73ffe293fa3d079a
208-
ENV \
209-
PATH=/opt/julia/bin:$PATH \
210-
JULIA_DEPOT_PATH=/pc/julia_depot
208+
ENV PATH=/opt/julia/bin:$PATH
211209
RUN : \
212210
&& echo 'lang: julia' \
213211
&& julia_minor="${JULIA%.*}" \

0 commit comments

Comments
 (0)