Add needed PCRE dependency.

This commit is contained in:
2023-03-10 23:44:38 -06:00
parent 39031e23df
commit f907ef83cf
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,7 @@ RUN nimble build -y
FROM alpine
EXPOSE 80
RUN apk -v --update add --no-cache pcre
RUN mkdir -p /data
COPY --from=build /toclerbe/toclerbe /