diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 9c3f0c2..f691d3c 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -31,7 +31,6 @@ RUN \ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.15 as nodebuilder ARG EMULATORJS_RELEASE -ARG RETRO_VERSION=1.9.10 RUN \ echo "**** install build packages ****" && \ @@ -96,7 +95,6 @@ RUN \ echo "**** install runtime packages ****" && \ apk add --no-cache \ file \ - go-ipfs \ nginx \ nodejs \ p7zip \ @@ -104,6 +102,8 @@ RUN \ mkdir /data && \ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ mame-tools && \ + apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/community \ + go-ipfs && \ echo "**** cleanup ****" && \ rm -rf \ /tmp/*