mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
fix legacy key value format
This commit is contained in:
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="Official ioBroker Docker Image" \
|
|||||||
org.opencontainers.image.version="${VERSION}" \
|
org.opencontainers.image.version="${VERSION}" \
|
||||||
org.opencontainers.image.created="${DATI}"
|
org.opencontainers.image.created="${DATI}"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND="noninteractive"
|
||||||
|
|
||||||
# Copy files
|
# Copy files
|
||||||
COPY scripts /opt/scripts
|
COPY scripts /opt/scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user