Skip to content

Commit

Permalink
remove unneeded auto update of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBrueggemann committed Feb 9, 2024
1 parent f33f90e commit 142a604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN mkdir -p /opt/dockerfiles/ && mkdir -p /var/openeo/workspace/ && mkdir -p /v

# install packages from local directory
COPY ./ /opt/dockerfiles/
RUN Rscript -e "remotes::install_local('/opt/dockerfiles',dependencies=TRUE)"
RUN Rscript -e "remotes::install_local('/opt/dockerfiles',dependencies=FALSE)"

# cmd or entrypoint for startup
CMD ["R", "-q", "--no-save", "-f /opt/dockerfiles/startProduction.R"]
Expand Down

0 comments on commit 142a604

Please sign in to comment.