mirror of
https://github.com/bitwarden/server.git
synced 2024-12-22 16:57:36 +01: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 \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
gosu \
|
||||
curl
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY nginx.conf /etc/nginx
|
||||
COPY proxy.conf /etc/nginx
|
||||
|
Loading…
Reference in New Issue
Block a user