Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
delete unnecessary folder specification 
heads-up @Robinlovelace and see issue #435
  • Loading branch information
jannes-m authored Aug 26, 2019
1 parent 3b9efdf commit f825ede
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 @@ -34,6 +34,6 @@ RUN apt-get update && \
# install virtual display for Python
pip3 install pyvirtualdisplay

RUN git clone --progress https://github.com/Robinlovelace/geocompr /home/rstudio/geocompr
RUN git clone --progress https://github.com/Robinlovelace/geocompr /home/rstudio
WORKDIR /home/rstudio/geocompr

1 comment on commit f825ede

@Robinlovelace
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect that will still lead to permission problems. Will try though. Thanks!

Please sign in to comment.