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