Skip to content

Commit

Permalink
Add a Dockerfile for easy building from macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Mar 1, 2022
1 parent e3d26f7 commit 8f4ad5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM debian
RUN apt-get update && apt-get install -y git build-essential cpio p7zip-full imagemagick python3-certifi wget device-tree-compiler bison flex libssl-dev bc

WORKDIR asahi-installer
COPY .git .git
RUN git reset --hard HEAD

RUN ./build.sh

0 comments on commit 8f4ad5f

Please sign in to comment.