mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove explicit nodejs apk (installed as dep of nodejs-npm)
This commit is contained in:
parent
fbf0ca5d31
commit
7aa074aedb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM microsoft/dotnet:2.2-sdk-alpine AS publish
|
||||
COPY FilterLists.Web /FilterLists.Web
|
||||
RUN apk add --update nodejs nodejs-npm \
|
||||
RUN apk add --update nodejs-npm \
|
||||
&& dotnet publish FilterLists.Web/FilterLists.Web.csproj -c Release -o /out
|
||||
|
||||
FROM microsoft/dotnet:2.2-aspnetcore-runtime-alpine AS final
|
||||
|
|
|
|||
Loading…
Reference in a new issue