mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-14 06:40:05 +00:00
Dockerfile fix quotes.
This commit is contained in:
@@ -13,7 +13,7 @@ RUN [ "qemu-arm-static", "/bin/sh", "-c", \
|
||||
cp /app/docker/run.sh /app && chmod +x /app/run.sh && \
|
||||
apk add --update --no-cache make gcc g++ python linux-headers udev nodejs git && \
|
||||
npm install --unsafe-perm && \
|
||||
echo "{\"hash\": \"$COMMIT\"}" > .hash.json && \
|
||||
echo '{\"hash\": \"$COMMIT\"}' > .hash.json && \
|
||||
apk del make gcc g++ python linux-headers udev git"]
|
||||
|
||||
# Entrypoint
|
||||
|
||||
@@ -13,7 +13,7 @@ RUN [ "qemu-aarch64-static", "/bin/sh", "-c", \
|
||||
cp /app/docker/run.sh /app && chmod +x /app/run.sh && \
|
||||
apk add --update --no-cache make gcc g++ python linux-headers udev nodejs git && \
|
||||
npm install --unsafe-perm && \
|
||||
echo "{\"hash\": \"$COMMIT\"}" > .hash.json && \
|
||||
echo '{\"hash\": \"$COMMIT\"}' > .hash.json && \
|
||||
apk del make gcc g++ python linux-headers udev git"]
|
||||
|
||||
# Entrypoint
|
||||
|
||||
Reference in New Issue
Block a user