diff --git a/official-templates/base/Dockerfile b/official-templates/base/Dockerfile index 77243e7..c02ff47 100644 --- a/official-templates/base/Dockerfile +++ b/official-templates/base/Dockerfile @@ -30,7 +30,9 @@ RUN apt-get update --yes && \ git \ inotify-tools \ libgl1 \ + vim \ nano \ + tmux \ nginx \ # Required for SSH access @@ -47,6 +49,7 @@ RUN apt-get update --yes && \ # Build Tools and Development apt install --yes --no-install-recommends \ build-essential \ + make \ cmake \ gfortran \ libblas-dev \ @@ -79,6 +82,8 @@ RUN apt-get update --yes && \ libhdf5-serial-dev \ libsm6 \ libssl-dev && \ + libncurses5-dev \ + libncursesw5-dev \ # File Systems and Storage apt install --yes --no-install-recommends \ diff --git a/official-templates/base/docker-bake.hcl b/official-templates/base/docker-bake.hcl index 9350585..1ce923c 100644 --- a/official-templates/base/docker-bake.hcl +++ b/official-templates/base/docker-bake.hcl @@ -1,5 +1,5 @@ variable "RELEASE" { - default = "0.2.1" + default = "0.2.2" } target "default" {