File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
7171 && apt-get -y install build-essential cmake cppcheck valgrind clang lldb llvm gdb python3-dev \
7272 # Install tools and shells not in common script
7373 && apt-get install -yq vim vim-doc xtail software-properties-common libsecret-1-dev \
74- # Install additional tools (useful for 'puppeteer' project). Uncomment next couple lines for puppeteer.
75- # As of now puppeteer is out of support since March 2025(0.4.11) images release.
76- # && apt-get install -y --no-install-recommends libnss3 libnspr4 libatk-bridge2.0-0 libatk1.0-0 libx11-6 libpangocairo-1.0-0 \
77- # libx11-xcb1 libcups2 libxcomposite1 libxdamage1 libxfixes3 libpango-1.0-0 libgbm1 libgtk-3-0 \
7874 # Clean up
7975 && apt-get autoremove -y && apt-get clean -y \
8076 # Move first run notice to right spot
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.13.1 " ,
2+ "version" : " 3.0.0 " ,
33 "build" : {
44 "latest" : true ,
55 "rootDistro" : " debian" ,
You can’t perform that action at this time.
0 commit comments