Skip to content

Commit

Permalink
Merge pull request #23 from julianoes/pr-fix-armv-alpine
Browse files Browse the repository at this point in the history
Dockerfiles: fix armv7 alpine
  • Loading branch information
uraimo authored Oct 17, 2020
2 parents cd5f294 + beace3b commit aa95a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.armv7.alpine_latest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:buster
FROM arm32v7/alpine:latest

COPY ./run-on-arch-install.sh /root/run-on-arch-install.sh
RUN chmod +x /root/run-on-arch-install.sh && /root/run-on-arch-install.sh

0 comments on commit aa95a59

Please sign in to comment.