Update Dockerfile

main
Elbert Alias 5 years ago
parent b7f4d81866
commit 13830fc0af

2
.gitignore vendored

@ -1,5 +1,5 @@
/build/*
/src/icons/converted/*
/src/drivers/webextension/images/icons/converted/*
/node_modules
/npm-debug.log
/npm-debug.log

@ -4,7 +4,7 @@ LABEL maintainer="elbert@alias.io"
ENV WAPPALYZER_DIR=/opt/wappalyzer
RUN apk update && apk add --no-cache \
RUN apk update && apk add -u --no-cache \
bash \
curl \
fontconfig \