Jesus Lopez
Initial commit
c35cd37
raw
history blame
143 Bytes
FROM mcr.microsoft.com/devcontainers/python:1-3.12-bookworm
RUN <<EOF
apt update
apt install -y \
silversearcher-ag \
iputils-ping \
EOF