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

View File

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