From 71aaf977b1004ce95362b00e6a885e52a5ae6a0b Mon Sep 17 00:00:00 2001 From: Sliots <138327058+sliots@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:18:40 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ae62cf..5eba343 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \