Skip to content

Commit

Permalink
aarch64 based on Ubuntu 20.04, tested on M1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikuc committed Sep 14, 2022
1 parent 11e2d81 commit e49e67b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arm64/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM arm64v8/ubuntu:20.04
MAINTAINER Valter Vasic <[email protected]>
MAINTAINER Denis Salopek <[email protected]>

ENV HOME=/root VTYSH_PAGER=more TERM=vt100 PAGER=less
ADD common /build
RUN true
COPY arm64/* /build/

RUN /build/prepare.sh && \
/build/system_services.sh && \
/build/utilities.sh && \
/build/extras.sh && \
/build/cleanup.sh

CMD ["/bin/bash"]

0 comments on commit e49e67b

Please sign in to comment.