diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 7852968..ea3f66e 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -1,8 +1,8 @@ FROM dorowu/ubuntu-desktop-lxde-vnc LABEL author="A. Mhamdi " -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