Skip to content

Commit

Permalink
Fix type in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo authored Oct 21, 2024
1 parent 3216ac1 commit 5397f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile.aarch64.ubuntu20.04
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/arm64 rm64v8/ubuntu:20.04
FROM --platform=linux/arm64 arm64v8/ubuntu:20.04

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 5397f9e

Please sign in to comment.