diff --git a/dockerfiles/julia/Dockerfile b/dockerfiles/julia/Dockerfile index 61bcda2..c757feb 100644 --- a/dockerfiles/julia/Dockerfile +++ b/dockerfiles/julia/Dockerfile @@ -10,7 +10,8 @@ LABEL maintainer="Johnny Chen " ENV JULIA_DEPOT_PATH="/opt/julia" -RUN julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc3"' && \ +RUN adduser --uid 2000 tunasync && \ + julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc3"' && \ chmod a+rx -R $JULIA_DEPOT_PATH COPY dockerfiles/julia/startup.jl /usr/local/julia/etc/julia/startup.jl