web/DockerfileDante
2024-07-27 21:55:13 +05:00

4 lines
No EOL
161 B
Text

FROM shturman/dante:1.4.2
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y && apt install -y curl && apt clean && rm -rf /var/lib/apt/lists/*