mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02:00
6 lines
189 B
Docker
6 lines
189 B
Docker
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
|