Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sliots authored Feb 23, 2024
1 parent 194d6a0 commit 71aaf97
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
@@ -1,7 +1,7 @@
FROM alpine:latest AS builder
ENV OSSFS_VERSION v1.91.1
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories
RUN apk --update add fuse alpine-sdk automake autoconf libxml2-dev fuse-dev curl-dev
RUN apk --update add fuse alpine-sdk automake autoconf libxml2-dev fuse-dev curl-dev autotools-dev g++ git libcurl4-gnutls-dev libfuse-dev libssl-dev make pkg-config
RUN wget -qO- https://github.com/aliyun/ossfs/archive/$OSSFS_VERSION.tar.gz |tar xz
RUN cd ossfs-1.91.1 \
&& ./autogen.sh \
Expand Down

0 comments on commit 71aaf97

Please sign in to comment.