fix Dockerfile
This commit is contained in:
parent
2c73c4f7d1
commit
1735f85673
@ -5,7 +5,7 @@ LABEL ImageName="registry.gitlab.com/wolutator/mosquitto-with-auth"
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y libmariadbclient && \
|
apt install -y mariadb-client && \
|
||||||
apt install -y openssl && \
|
apt install -y openssl && \
|
||||||
mv opt /
|
mv opt /
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user