Update Dockerfile
All checks were successful
build-image / Parse tag from upstream metadata (push) Successful in 2s
build-image / Container image (push) Successful in 56s

This commit is contained in:
2026-01-08 00:05:55 +00:00
parent 3bb19a7280
commit 3b32263b0b

View File

@@ -1,7 +1,7 @@
FROM ubuntu:latest AS builder
RUN apt update && \
apt install -y curl && \
RUN apt-get update && \
apt-get install -y curl && \
curl -L https://downloads.filestash.app/upload/enterprise.tar.gz -o /tmp/enterprise.tar.gz && \
tar -xzf /tmp/enterprise.tar.gz --strip-components=1 -C /tmp