mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01: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
|