mirror of
https://github.com/stashapp/stash.git
synced 2026-04-14 02:53:16 +02:00
parent
73f0d7d399
commit
30a2a2cf00
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ FROM ubuntu:18.04 as prep
|
|||
LABEL MAINTAINER="leopere [at] nixc [dot] us"
|
||||
|
||||
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 && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /
|
||||
|
|
|
|||
Loading…
Reference in a new issue