mirror of
https://github.com/bitwarden/server
synced 2025-12-11 13:53:40 +00:00
fix curl error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user