Skip to content

Commit 319b781

Browse files
committed
Add reference to official codeql system requirements doc
1 parent 258794a commit 319b781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/Dockerfile.codespaces

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
22

33
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
46
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y sudo man-db python3.12 npm unminimize
57
RUN yes | unminimize

0 commit comments

Comments
 (0)