From 11fafa4a922e3f6f325b9a61d1707bd7e989a9ea Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 19 Mar 2019 00:24:39 -0400 Subject: [PATCH] install libcurl3 package for mailkit issue 735 --- src/Admin/Dockerfile | 1 + src/Api/Dockerfile | 1 + src/Identity/Dockerfile | 1 + 3 files changed, 3 insertions(+) diff --git a/src/Admin/Dockerfile b/src/Admin/Dockerfile index a23f2b509d..e833850a89 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 0c028e191d..9cf5b080f2 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 a23f2b509d..e833850a89 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