Browse Source

Merge branch 'master' of github.com:Squidex/squidex

pull/352/head
Sebastian Stehle 7 years ago
parent
commit
eebdb5c3c6
  1. 3
      Dockerfile

3
Dockerfile

@ -37,10 +37,11 @@ FROM microsoft/dotnet:2.2-runtime-deps-alpine
# Default AspNetCore directory
WORKDIR /app
# add libuv
# add libuv & curl
RUN apk update \
&& apk add --no-cache libc6-compat \
&& apk add --no-cache libuv \
&& apk add --no-cache curl \
&& ln -s /usr/lib/libuv.so.1 /usr/lib/libuv.so
# Copy from build stage

Loading…
Cancel
Save