Skip to content

Commit 4439444

Browse files
RaymondMouthaandceejay
authored andcommitted
[skip travis] fix remove qemu (#138)
qemu doesn't apply to custom builds
1 parent 59ae5c1 commit 4439444

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-custom/Dockerfile.custom

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ COPY --from=build /usr/src/node-red/prod_node_modules ./node_modules
6666
# Chown, install devtools & Clean up
6767
RUN chown -R node-red:node-red /usr/src/node-red && \
6868
/tmp/install_devtools.sh && \
69-
rm /tmp/* && \
70-
rm /usr/bin/qemu-$QEMU_ARCH-static
69+
rm /tmp/*
7170

7271
USER node-red
7372

0 commit comments

Comments
 (0)