add libwebsockets
This commit is contained in:
parent
4b3b23d1a0
commit
3010517c67
@ -23,7 +23,7 @@ build:
|
||||
- generated-version.txt
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y gcc g++ libssl-dev uuid-dev xsltproc docbook docbook-xsl libmariadbclient-dev
|
||||
- apt install -y gcc g++ libssl-dev uuid-dev xsltproc docbook docbook-xsl libmariadbclient-dev libwebsockets-dev
|
||||
- MOSQ_SRC=`pwd`/parts/mosquitto
|
||||
- BUILD_DIR=`pwd`
|
||||
- pushd parts/mosquitto
|
||||
|
@ -5,8 +5,7 @@ LABEL ImageName="registry.gitlab.com/wolutator/mosquitto-with-auth"
|
||||
|
||||
RUN \
|
||||
apt update && \
|
||||
apt install -y mariadb-client && \
|
||||
apt install -y openssl
|
||||
apt install -y mariadb-client openssl libwebsockets8 && \
|
||||
|
||||
COPY opt/ /opt
|
||||
COPY etc/ /opt/etc
|
||||
|
Loading…
x
Reference in New Issue
Block a user