Dockerfile fix quotes.

This commit is contained in:
Koenkk
2018-06-16 01:32:54 +02:00
parent 885f50839c
commit 9f120826c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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