mirror of
https://github.com/linuxserver/docker-emulatorjs.git
synced 2026-03-09 00:04:53 +08:00
pin aarch64 to 3.14
This commit is contained in:
parent
b0b5bdd342
commit
c640f62b04
@ -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/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user