Skip to content

Commit

Permalink
Merge pull request #5223 from shaneknapp/rebuild-all-images
Browse files Browse the repository at this point in the history
[DH-66] rebuild all single user server images w/updated popcon
  • Loading branch information
shaneknapp authored Nov 17, 2023
2 parents 6872ee0 + 33e9d3a commit 1b841c1
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 6 deletions.
3 changes: 3 additions & 0 deletions deployments/a11y/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Download tools
curl
wget
Expand Down
5 changes: 4 additions & 1 deletion deployments/astro/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# installing less as more just isn't enough
less

# For desktop environment
dbus-x11
xfce4
Expand All @@ -20,4 +23,4 @@ emacs
vim

# For jupyter-tree-download. Ref: https://github.com/berkeley-dsep-infra/datahub/issues/3979
zip
zip
2 changes: 1 addition & 1 deletion deployments/biology/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN apt-get update -qq --yes && \
# Useful utils that folks sort of take for granted
RUN apt-get update -qq --yes && \
apt-get install --yes --no-install-recommends -qq \
htop \
less \
htop \
man \
nano \
screen \
Expand Down
5 changes: 4 additions & 1 deletion deployments/cee/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# installing less as more just isn't enough
less

# For desktop environment
dbus-x11
xfce4
Expand Down Expand Up @@ -30,4 +33,4 @@ texlive-lang-chinese
libgl1-mesa-glx

# For jupyter-tree-download. Ref: https://github.com/berkeley-dsep-infra/datahub/issues/3979
zip
zip
3 changes: 3 additions & 0 deletions deployments/data100/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Basic unix tools
man
man-db
Expand Down
3 changes: 3 additions & 0 deletions deployments/data101/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Basic unix tools
man
man-db
Expand Down
3 changes: 3 additions & 0 deletions deployments/data102/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Basic unix tools
man
man-db
Expand Down
1 change: 1 addition & 0 deletions deployments/data8/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN install -d -o ${NB_USER} -g ${NB_USER} ${R_LIBS_USER}

RUN apt-get -qq update --yes && \
apt-get -qq install --yes \
less \
tar \
vim \
micro \
Expand Down
3 changes: 3 additions & 0 deletions deployments/datahub/images/default/apt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# installing less as more just isn't enough
less

tar
vim
micro
Expand Down
2 changes: 1 addition & 1 deletion deployments/dev-r/images/default/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ tini

# useful utilities
tar
vim
less
vim

# for nbconvert, knitr, etc.
texlive-xetex
Expand Down
2 changes: 1 addition & 1 deletion deployments/dev-r/images/secondary/apt.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# useful utilities
tar
vim
less
vim

# for nbconvert, knitr, etc.
texlive-xetex
Expand Down
3 changes: 3 additions & 0 deletions deployments/eecs/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# installing less as more just isn't enough
less

# For desktop environment
dbus-x11
xfce4
Expand Down
1 change: 1 addition & 0 deletions deployments/ischool/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ WORKDIR ${HOME}
# libarchive-dev for https://github.com/berkeley-dsep-infra/datahub/issues/1997
RUN apt-get update > /dev/null && \
apt-get install --yes \
less \
fonts-symbola \
libx11-xcb1 \
libxtst6 \
Expand Down
2 changes: 1 addition & 1 deletion deployments/julia/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN adduser --disabled-password --gecos "Default Jupyter user" ${NB_USER}
# Useful utils that folks sort of take for granted
RUN apt-get update -qq --yes && \
apt-get install --yes -qq \
htop \
less \
htop \
man \
nano \
screen \
Expand Down
1 change: 1 addition & 0 deletions deployments/publichealth/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ WORKDIR ${HOME}
# tini is necessary because it is our ENTRYPOINT below.
RUN apt-get update > /dev/null && \
apt-get install --yes \
less \
libx11-xcb1 \
libxtst6 \
libxrandr2 \
Expand Down
1 change: 1 addition & 0 deletions deployments/shiny/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ WORKDIR ${HOME}
# and we don't want them to be downloaded on demand by students.
RUN apt-get update && \
apt-get install --yes \
less \
libx11-xcb1 \
libxtst6 \
libxrandr2 \
Expand Down
3 changes: 3 additions & 0 deletions deployments/stat159/image/apt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Some linux packages for basic terminal work, particularly
# oriented at users new to Unix/cmd line environments.

# installing less as more just isn't enough
less

# Basic unix tools
man
man-db
Expand Down
1 change: 1 addition & 0 deletions deployments/stat20/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ WORKDIR ${HOME}
# tini is necessary because it is our ENTRYPOINT below.
RUN apt-get update && \
apt-get -qq install \
less \
tini \
fonts-symbola \
pandoc \
Expand Down

0 comments on commit 1b841c1

Please sign in to comment.