diff --git a/src/Admin/Dockerfile b/src/Admin/Dockerfile index a23f2b509..e833850a8 100644 --- a/src/Admin/Dockerfile +++ b/src/Admin/Dockerfile @@ -5,6 +5,7 @@ LABEL com.bitwarden.product="bitwarden" RUN apt-get update \ && apt-get install -y --no-install-recommends \ gosu \ + libcurl3 \ && rm -rf /var/lib/apt/lists/* ENV ASPNETCORE_URLS http://+:5000 diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 0c028e191..9cf5b080f 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -5,6 +5,7 @@ LABEL com.bitwarden.product="bitwarden" RUN apt-get update \ && apt-get install -y --no-install-recommends \ gosu \ + libcurl3 \ && rm -rf /var/lib/apt/lists/* ENV ASPNETCORE_URLS http://+:5000 diff --git a/src/Identity/Dockerfile b/src/Identity/Dockerfile index a23f2b509..e833850a8 100644 --- a/src/Identity/Dockerfile +++ b/src/Identity/Dockerfile @@ -5,6 +5,7 @@ LABEL com.bitwarden.product="bitwarden" RUN apt-get update \ && apt-get install -y --no-install-recommends \ gosu \ + libcurl3 \ && rm -rf /var/lib/apt/lists/* ENV ASPNETCORE_URLS http://+:5000