Remove unnecessary installs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Charles Click 2024-10-09 17:12:23 -04:00
parent e769347ff6
commit 8c4d058937
Signed by: roryejinn
GPG Key ID: EDECB89DEDB998C0

View File

@ -2,4 +2,3 @@
FROM alpine:latest FROM alpine:latest
RUN apk add --no-cache uv --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community RUN apk add --no-cache uv --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
RUN apk add --no-cache git bash go wget curl sudo shadow vim