don't link with boost anymore as regex is handled by std now

This commit is contained in:
2020-03-29 21:24:31 +02:00
parent c1991f15a3
commit d671bc15e2
5 changed files with 1 additions and 6 deletions

View File

@@ -2,10 +2,8 @@ FROM alpine:edge
RUN apk update
RUN apk upgrade
RUN apk add sqlite-dev
RUN apk add boost-regex
RUN apk add openssl-dev
RUN apk add make g++
RUN apk add boost-dev
COPY . /app
WORKDIR /app
RUN adduser -D qswiki