zerobyte/app/test/integration/backends/Dockerfile.tester
2026-01-17 11:42:28 +01:00

14 lines
225 B
Text

FROM oven/bun:latest
RUN apt-get update && apt-get install -y \
cifs-utils \
nfs-common \
davfs2 \
sshfs \
kmod \
iputils-ping \
netcat-openbsd \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app