Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfdx committed Oct 9, 2024
1 parent 9540da0 commit a84c09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ RUN chown ${user}:${user} /home/${user}/.bashrc

## Julia

RUN curl --output test.html https://github.com/marketplace/actions/docker-build-push-action
RUN cat test.html
RUN curl --output test.tgz https://github.com/confluentinc/librdkafka/archive/refs/tags/v2.5.3.tar.gz
RUN tar -xzf test.tgz

WORKDIR /opt
RUN curl --output julia.tgz https://julialang-s3.julialang.org/bin/linux/x64/${JULIA_VERSION_SHORT}/julia-${JULIA_VERSION}-linux-x86_64.tar.gz
Expand Down

0 comments on commit a84c09a

Please sign in to comment.