Skip to content

Commit

Permalink
fixed vim install in r-dsci-100
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Jul 20, 2022
1 parent ca361cb commit 4a8d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="Tiffany Timbers <tiffany.timbers@gmail.com>"
USER root

# install vim
RUN apt-get install vim
RUN apt-get update && apt-get install -y vim

USER ${NB_UID}

Expand Down

0 comments on commit 4a8d925

Please sign in to comment.