diff --git a/.devcontainer/dev.yaml b/.devcontainer/dev.yaml index 861de27..4c18ceb 100644 --- a/.devcontainer/dev.yaml +++ b/.devcontainer/dev.yaml @@ -2,7 +2,7 @@ services: #TODO: Your other containers go here! dev: - image: jeffersonlab/java-devcontainer:1.0.2 + image: jeffersonlab/java-devcontainer:latest hostname: dev container_name: dev volumes: diff --git a/Dockerfile b/Dockerfile index 9a40885..8301872 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:jammy RUN cd /tmp \ && apt update \ - && apt install -y curl git openjdk-17-jdk zip unzip tini \ + && apt install -y curl git vim openjdk-17-jdk zip unzip tini \ && apt clean \ && curl -o /usr/local/share/ca-certificates/customcert.crt http://pki.jlab.org/JLabCA.crt \ && update-ca-certificates \