Skip to content

Commit

Permalink
use alpine to install xz
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyao2015 authored Aug 17, 2024
1 parent e908c06 commit a9a48dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN wget --no-check-certificate "$RCLONE_URL" \
&& chown root:root rclone \
&& chmod 755 rclone

FROM busybox:latest as s6downloader
FROM alpine:latest as s6downloader
WORKDIR /s6downloader

RUN apk add xz \
Expand Down

0 comments on commit a9a48dd

Please sign in to comment.