mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
try fixing curl install again
This commit is contained in:
parent
82a8249a69
commit
b7f3fa0087
@ -5,8 +5,8 @@ LABEL com.bitwarden.product="bitwarden"
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
gosu \
|
gosu \
|
||||||
curl
|
curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx
|
COPY nginx.conf /etc/nginx
|
||||||
COPY proxy.conf /etc/nginx
|
COPY proxy.conf /etc/nginx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user