Skip to content

Commit f7706bf

Browse files
committed
Add Vim to Docker image
Fixes #1
1 parent 4ae8152 commit f7706bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:jammy
22

33
RUN cd /tmp \
44
&& apt update \
5-
&& apt install -y curl git openjdk-17-jdk zip unzip tini \
5+
&& apt install -y curl git vim openjdk-17-jdk zip unzip tini \
66
&& apt clean \
77
&& curl -o /usr/local/share/ca-certificates/customcert.crt http://pki.jlab.org/JLabCA.crt \
88
&& update-ca-certificates \

0 commit comments

Comments
 (0)