File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM debian:buster -slim
1+ FROM debian:stable -slim
22
33COPY first-run-notice.txt /tmp/scripts/
44
@@ -10,7 +10,7 @@ ENV LANG="C.UTF-8"
1010RUN 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 \
You can’t perform that action at this time.
0 commit comments