Don't chown mnt
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (lion) 2021-12-13 21:00:39 -06:00
parent f263dcd42f
commit 872f20ed18

View file

@ -4,8 +4,7 @@ FROM asonix/rust-runner:$REPO_ARCH-latest
USER root
RUN \
apk add git && \
chown -R app:app /mnt
apk add git
COPY release-checker /usr/local/bin/release-checker