Skip to content

Commit

Permalink
added: vim and tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Oct 31, 2023
1 parent 84dd1ac commit c6fe309
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions official-templates/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ RUN apt-get update --yes && \
git \
inotify-tools \
libgl1 \
vim \
nano \
tmux \
nginx \

# Required for SSH access
Expand All @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion official-templates/base/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "RELEASE" {
default = "0.2.1"
default = "0.2.2"
}

target "default" {
Expand Down

0 comments on commit c6fe309

Please sign in to comment.