Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Nov 27, 2023
1 parent 6e22aaf commit 84e27be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN bash install_dev_osgeo.sh && rm install_dev_osgeo.sh

USER rstudio
WORKDIR /home/rstudio
RUN chsh -s /usr/bin/bash
RUN usermod -s /bin/bash rstudio

COPY requirements.txt requirements.txt
ENV PATH=$PATH:/home/rstudio/.local/bin
Expand All @@ -18,4 +18,4 @@ COPY install.R install.R
RUN Rscript install.R && rm install.R

# some teaching preferences
RUN git config --global pull.rebase false
RUN git config --global pull.rebase false

0 comments on commit 84e27be

Please sign in to comment.