Compare commits
No commits in common. "8defedbae8d9f7c91e9d5b94b03a33524193857c" and "b5e324d9d9dcf3c41f40aa776e83ca81cbcd4a32" have entirely different histories.
8defedbae8
...
b5e324d9d9
@ -1,13 +1,8 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
#
|
||||||
LABEL org.opencontainers.image.source="https://git.sthope.dev/sthope/DockerContainer-randomPwd"
|
|
||||||
LABEL Maintainer="Sthope"
|
|
||||||
LABEL Description="Send CPU Temp via MQTT"
|
|
||||||
LABEL version="1.0.0"
|
|
||||||
|
|
||||||
ARG PUID=1000
|
ARG PUID=1000
|
||||||
ARG PGID=1000
|
ARG PGID=1000
|
||||||
|
#
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& addgroup -g ${PGID} -S mosquitto \
|
&& addgroup -g ${PGID} -S mosquitto \
|
||||||
&& adduser -u ${PUID} -G mosquitto -h /mosquitto/ -D mosquitto \
|
&& adduser -u ${PUID} -G mosquitto -h /mosquitto/ -D mosquitto \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user