Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mhamdi authored Feb 21, 2024
1 parent cfbf97e commit 188c55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM dorowu/ubuntu-desktop-lxde-vnc
LABEL author="A. Mhamdi <a_mhamdi@outlook.com>"

RUN apt update
RUN curl -fsSL https://install.julialang.org | sh
RUN apt install julia
# RUN curl -fsSL https://install.julialang.org | sh

# Expose ports
EXPOSE 1234 2468 5901 8000 9384
Expand Down

0 comments on commit 188c55c

Please sign in to comment.