mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
@@ -2,7 +2,8 @@ FROM ubuntu:18.04 as prep
|
|||||||
LABEL MAINTAINER="leopere [at] nixc [dot] us"
|
LABEL MAINTAINER="leopere [at] nixc [dot] us"
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y install curl xz-utils && \
|
apt-get -y install curl xz-utils ca-certificates -y && \
|
||||||
|
update-ca-certificates && \
|
||||||
apt-get autoclean -y && \
|
apt-get autoclean -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|||||||
Reference in New Issue
Block a user