1
0
Files
MSE-CSEL/.devcontainer/tftp/Dockerfile
Jacques Supcik 3967e73347 Initial commit
2026-02-18 13:34:35 +01:00

12 lines
300 B
Docker

# https://github.com/devcontainers/images/tree/main/src/cpp
ARG VARIANT=ubuntu-24.04
FROM mcr.microsoft.com/devcontainers/base:${VARIANT}
EXPOSE 69/udp
RUN apt-get update && \
export DEBIAN_FRONTEND=noninteractive && \
apt-get -y install --no-install-recommends \
dnsmasq \
tcpdump