mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
fix curl error
This commit is contained in:
parent
d2bf308c10
commit
82a8249a69
@ -5,7 +5,7 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user