Files
docker-images/apps/curl/Dockerfile
Udo Waechter 13898378cd
Some checks reported errors
continuous-integration/drone/push Build encountered an error
apps (some of them)
2023-12-15 18:51:23 +01:00

8 lines
189 B
Docker

FROM cr.wks/debian-stable
RUN apt-get update && apt-get install -y \
curl procps && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/* /tmp/* /var/tmp/*