Skip to content

Commit 03870da

Browse files
committed
Use debian stable-slim
1 parent 634ab80 commit 03870da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster-slim
1+
FROM debian:stable-slim
22

33
COPY first-run-notice.txt /tmp/scripts/
44

@@ -10,7 +10,7 @@ ENV LANG="C.UTF-8"
1010
RUN apt-get update \
1111
&& apt-get -y install acl build-essential cmake cppcheck valgrind clang lldb llvm gdb python3-dev \
1212
# Install tools and shells not in common script
13-
&& apt-get install -yq vim vim-doc xtail software-properties-common libsecret-1-dev \
13+
&& apt-get install -yq vim vim-doc xtail libsecret-1-dev \
1414
# Install additional tools
1515
&& apt-get install -y --no-install-recommends libnss3 libnspr4 libatk-bridge2.0-0 libatk1.0-0 libx11-6 libpangocairo-1.0-0 \
1616
libx11-xcb1 libcups2 libxcomposite1 libxdamage1 libxfixes3 libpango-1.0-0 libgbm1 libgtk-3-0 \

0 commit comments

Comments
 (0)