fix up typos in arm images

This commit is contained in:
thelamer
2020-12-21 12:35:51 -08:00
parent 37465e1d97
commit acf25ad006
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic as buildstage
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-bionic as buildstage
# build args
ARG EMBY_RELEASE
@@ -32,7 +32,7 @@ RUN \
/tmp/opt/emby-server/etc
# runtime stage
FROM ghcr.io/linuxserver/baseimage-ubuntu:focal
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-focal
# set version label
ARG BUILD_DATE
@@ -51,7 +51,7 @@ RUN \
apt-get install -y --no-install-recommends \
libomxil-bellagio0 \
libomxil-bellagio-bin \
libraspberrypi-bin-nonfree && \
libraspberrypi0 && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \

View File

@@ -51,7 +51,7 @@ RUN \
apt-get install -y --no-install-recommends \
libomxil-bellagio0 \
libomxil-bellagio-bin \
libraspberrypi-bin-nonfree && \
libraspberrypi0 && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \