Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 4a6445f

Browse files
authored
Sync base dependencies per anaconda/docker-images#263 (#1270)
1 parent 18ed996 commit 4a6445f

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

containers/python-3-anaconda/.devcontainer/base.Dockerfile

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,26 @@ ENV LANG=C.UTF-8 \
2222
PATH=/opt/conda/bin:$PATH
2323
ARG USERNAME=vscode
2424
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
25-
&& apt-get install -y --no-install-recommends bzip2 libglib2.0-0 libsm6 libxext6 libxrender1 mercurial subversion \
25+
&& apt-get install -y --no-install-recommends \
26+
bzip2 \
27+
ca-certificates \
28+
git \
29+
libglib2.0-0 \
30+
libsm6 \
31+
libxcomposite1 \
32+
libxcursor1 \
33+
libxdamage1 \
34+
libxext6 \
35+
libxfixes3 \
36+
libxi6 \
37+
libxinerama1 \
38+
libxrandr2 \
39+
libxrender1 \
40+
mercurial \
41+
openssh-client \
42+
procps \
43+
subversion \
44+
wget \
2645
&& apt-get upgrade -y \
2746
&& bash /tmp/library-scripts/add-notice.sh \
2847
&& mv -f "/tmp/library-scripts/meta.env" /usr/local/etc/vscode-dev-containers/meta.env \

containers/python-3-miniconda/.devcontainer/base.Dockerfile

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ ENV LANG=C.UTF-8 \
1919
PATH=/opt/conda/bin:$PATH
2020
ARG USERNAME=vscode
2121
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
22-
&& apt-get install -y --no-install-recommends bzip2 libglib2.0-0 libsm6 libxext6 libxrender1 mercurial subversion \
22+
&& apt-get install -y --no-install-recommends \
23+
bzip2 \
24+
ca-certificates \
25+
git \
26+
libglib2.0-0 \
27+
libsm6 \
28+
libxext6 \
29+
libxrender1 \
30+
mercurial \
31+
openssh-client \
32+
procps \
33+
subversion \
34+
wget \
2335
&& apt-get upgrade -y \
2436
&& bash /tmp/library-scripts/add-notice.sh \
2537
&& mv -f "/tmp/library-scripts/meta.env" /usr/local/etc/vscode-dev-containers/meta.env \

0 commit comments

Comments
 (0)