Skip to content

Commit 4a8d925

Browse files
fixed vim install in r-dsci-100
1 parent ca361cb commit 4a8d925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

r-dsci-100/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="Tiffany Timbers <tiffany.timbers@gmail.com>"
77
USER root
88

99
# install vim
10-
RUN apt-get install vim
10+
RUN apt-get update && apt-get install -y vim
1111

1212
USER ${NB_UID}
1313

0 commit comments

Comments
 (0)