Update Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:latest AS builder
|
FROM ubuntu:latest AS builder
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt-get update && \
|
||||||
apt install -y curl && \
|
apt-get install -y curl && \
|
||||||
curl -L https://downloads.filestash.app/upload/enterprise.tar.gz -o /tmp/enterprise.tar.gz && \
|
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
|
tar -xzf /tmp/enterprise.tar.gz --strip-components=1 -C /tmp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user