Help script in docker-auto-build.sh

adding openssl-dev requirements for buliding json-api to Dockerfile
This commit is contained in:
shockrah
2021-01-25 20:23:13 -08:00
parent aae59e7d68
commit 751e24b867
2 changed files with 50 additions and 17 deletions

View File

@@ -4,7 +4,8 @@
# First we simply install all the things we may need to build/
RUN apk add mysql
RUN apk add nginx
RUN cargo
RUN apk add openssl-dev
RUN apk add cargo
RUN apk add git
# Now we being the freechat installation process