Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyb7 committed Oct 2, 2022
1 parent 49737d4 commit af95420
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
FROM debian:latest

RUN apt-get update && \
apt-get install -y wget && \
rm -rf /var/lib/apt/lists/* && \
wget https://raw.githubusercontent.com/gaoyb7/115drive-webdav/main/115/libencode115.so -O /usr/lib/libencode115.so
FROM alpine:latest

COPY 115drive-webdav /usr/bin/115drive-webdav

Expand Down

0 comments on commit af95420

Please sign in to comment.