We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b68dc6 commit 7e3d64bCopy full SHA for 7e3d64b
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
FROM mcr.microsoft.com/devcontainers/javascript-node:22
2
3
-RUN apt-get update
4
-RUN apt-get install -y openjdk-17-jdk maven gdb clang-format
+# need to run update and install at the same time to prevent stale update layer
+RUN apt-get update && apt-get install -y gdb clang-format openjdk-17-jdk maven
0 commit comments