Add needed PCRE dependency.
This commit is contained in:
@ -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 /
|
||||
|
Reference in New Issue
Block a user