We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258794a commit 319b781Copy full SHA for 319b781
.devcontainer/Dockerfile.codespaces
@@ -1,5 +1,7 @@
1
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
2
3
USER root
4
+# Install needed packages according to https://codeql.github.com/docs/codeql-overview/system-requirements/
5
+# most come from the base image, but we need to install some additional ones
6
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y sudo man-db python3.12 npm unminimize
7
RUN yes | unminimize
0 commit comments