1
0
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:
Kyle Spearrin 2019-07-26 13:21:46 -04:00
parent 82a8249a69
commit b7f3fa0087

View File

@ -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