1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

remove libcurl3

This commit is contained in:
Kyle Spearrin
2020-01-10 08:55:22 -05:00
parent 7fd6e4359d
commit f71433d09a
5 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,6 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \
curl \
libcurl3 \
&& rm -rf /var/lib/apt/lists/*
ENV ASPNETCORE_URLS http://+:5000