This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed
python-3-anaconda/.devcontainer
python-3-miniconda/.devcontainer Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,26 @@ ENV LANG=C.UTF-8 \
22
22
PATH=/opt/conda/bin:$PATH
23
23
ARG USERNAME=vscode
24
24
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 \
26
45
&& apt-get upgrade -y \
27
46
&& bash /tmp/library-scripts/add-notice.sh \
28
47
&& mv -f "/tmp/library-scripts/meta.env" /usr/local/etc/vscode-dev-containers/meta.env \
Original file line number Diff line number Diff line change @@ -19,7 +19,19 @@ ENV LANG=C.UTF-8 \
19
19
PATH=/opt/conda/bin:$PATH
20
20
ARG USERNAME=vscode
21
21
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 \
23
35
&& apt-get upgrade -y \
24
36
&& bash /tmp/library-scripts/add-notice.sh \
25
37
&& mv -f "/tmp/library-scripts/meta.env" /usr/local/etc/vscode-dev-containers/meta.env \
You can’t perform that action at this time.
0 commit comments