Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaerber committed Nov 20, 2017
1 parent 7fea89a commit 1e6fc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ARCH=amd64
FROM ${ARCH}/debian:stretch-slim
RUN if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "" ]; then cp tmp/qemu-arm-static /usr/bin/qemu-arm-static; fi
RUN cp tmp/qemu-arm-static /usr/bin/qemu-arm-static

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit 1e6fc56

Please sign in to comment.