Help script in docker-auto-build.sh
adding openssl-dev requirements for buliding json-api to Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user