Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotwill authored Aug 2, 2023
1 parent 0cdcf89 commit edfe887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apk add --no-cache --virtual .build-deps \
&& pip install cython \
&& pip install -r https://raw.githubusercontent.com/Hotwill/nas-tools-unlock/master/requirements.txt \
&& apk del --purge .build-deps \
&& rm -rf /tmp/* /root/.cache /var/cache/apk/*
&& rm -rf /tmp/* /root/.cache /var/cache/apk/* \
&& pip cache purge
COPY --chmod=755 ./rootfs /
FROM scratch AS APP
COPY --from=Builder / /
Expand Down

0 comments on commit edfe887

Please sign in to comment.