mirror of
https://github.com/bitwarden/server.git
synced 2025-05-05 19:52:20 -05:00
remove libcurl3
This commit is contained in:
parent
7fd6e4359d
commit
f71433d09a
@ -86,7 +86,7 @@ build_script:
|
|||||||
$env:ASPNETCORE_ENVIRONMENT = "Production"
|
$env:ASPNETCORE_ENVIRONMENT = "Production"
|
||||||
cd .\src\Api
|
cd .\src\Api
|
||||||
dotnet swagger tofile --output ..\..\swagger.json --host api.bitwarden.com --format Indented `
|
dotnet swagger tofile --output ..\..\swagger.json --host api.bitwarden.com --format Indented `
|
||||||
.\bin\Debug\netcoreapp2.2\Api.dll public
|
.\bin\Debug\netcoreapp3.1\Api.dll public
|
||||||
cd ..\..
|
cd ..\..
|
||||||
$env:ASPNETCORE_ENVIRONMENT = ""
|
$env:ASPNETCORE_ENVIRONMENT = ""
|
||||||
$env:swaggerGen = ""
|
$env:swaggerGen = ""
|
||||||
|
@ -6,7 +6,6 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
gosu \
|
gosu \
|
||||||
curl \
|
curl \
|
||||||
libcurl3 \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ASPNETCORE_URLS http://+:5000
|
ENV ASPNETCORE_URLS http://+:5000
|
||||||
|
@ -6,7 +6,6 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
gosu \
|
gosu \
|
||||||
curl \
|
curl \
|
||||||
libcurl3 \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ASPNETCORE_URLS http://+:5000
|
ENV ASPNETCORE_URLS http://+:5000
|
||||||
|
@ -6,7 +6,6 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
gosu \
|
gosu \
|
||||||
curl \
|
curl \
|
||||||
libcurl3 \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ASPNETCORE_URLS http://+:5000
|
ENV ASPNETCORE_URLS http://+:5000
|
||||||
|
@ -6,7 +6,6 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
gosu \
|
gosu \
|
||||||
curl \
|
curl \
|
||||||
libcurl3 \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ASPNETCORE_URLS http://+:5000
|
ENV ASPNETCORE_URLS http://+:5000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user