File size: 159 Bytes
a8c39f5
c35cd37
 
 
 
 
 
a8c39f5
c35cd37
 
1
2
3
4
5
6
7
8
9
10
11
FROM mcr.microsoft.com/devcontainers/python:1-3.10-bookworm

RUN <<EOF
apt update
apt install -y \
  silversearcher-ag \
  iputils-ping \
  libsndfile1 \

EOF