Skip to content

Commit

Permalink
Update container build for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
davidk committed Dec 17, 2024
1 parent 918e3e4 commit f2f5273
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions containers/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
# $ podman build -t psbuilder -f Dockerfile.aarch64 .
# $ podman run -it -v $PWD:/ps:z psbuilder
# AppImage files should be written to your directory
FROM docker.io/balenalib/raspberrypi5
FROM ghcr.io/dtcooper/raspberrypi-os:bookworm

RUN apt-get update && apt-get install -y wget git jq curl python3-pip
RUN apt-get update && apt-get install -y sudo wget git jq curl python3-pip libwebkit2gtk-4.1-0 libwebkit2gtk-4.1-dev texinfo automake libboost-nowide-dev

WORKDIR /ps

COPY ./build.sh /ps/build.sh
RUN chmod +x ./build.sh && ./build.sh dependencies && rm -f ./build.sh

# for boost zip unarchiving
ENV LANG=C.UTF-8

CMD ["./build.sh","automated"]

0 comments on commit f2f5273

Please sign in to comment.