mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Add python and npm to Dockerfile.codespaces
This commit is contained in:
5
.devcontainer/Dockerfile.codespaces
Normal file
5
.devcontainer/Dockerfile.codespaces
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
|
||||
|
||||
USER root
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y sudo man-db python3.12 npm unminimize
|
||||
RUN yes | unminimize
|
||||
Reference in New Issue
Block a user