azure-container-networking/.devcontainer/Dockerfile

12 строки
270 B
Docker

ARG VARIANT="1.22"
FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}
RUN apt-get update && \
export DEBIAN_FRONTEND=noninteractive && \
apt-get -y install --no-install-recommends \
podman \
buildah \
skopeo \
vim \
fzf \
ripgrep