Use right package manager
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-07-13 10:43:41 +02:00
parent 601b49b67c
commit d9cee01cbe
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
FROM klakegg/hugo:latest
RUN apt update && \
apt install -y \
curl \
git \
python3
RUN apk add --no-cache curl git python3
EXPOSE 8000