We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae8152 commit f7706bfCopy full SHA for f7706bf
Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:jammy
2
3
RUN cd /tmp \
4
&& apt update \
5
- && apt install -y curl git openjdk-17-jdk zip unzip tini \
+ && apt install -y curl git vim openjdk-17-jdk zip unzip tini \
6
&& apt clean \
7
&& curl -o /usr/local/share/ca-certificates/customcert.crt http://pki.jlab.org/JLabCA.crt \
8
&& update-ca-certificates \
0 commit comments