Update Dockerfile

This commit is contained in:
Alexandre
2021-02-16 17:32:47 +01:00
committed by GitHub
parent 01477de8d8
commit 3af1c037af

View File

@@ -1,8 +1,5 @@
ARG BUILD_VERSION
FROM "hurlenko/filebrowser:v$BUILD_VERSION"
# Copy root filesystem
COPY rootfs /
FROM "hurlenko/filebrowser:v$BUILD_VERSION"
RUN apk add --no-cache \
curl \