Skip to content

Commit

Permalink
Merge pull request #17 from rogerrum/rogerrum-patch-1
Browse files Browse the repository at this point in the history
Oscar Version 1.5.2
  • Loading branch information
rogerrum committed Apr 16, 2024
2 parents 61a6e20 + 97774c6 commit a7b7ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm

ARG TARGETPLATFORM
ARG TARGETARCH
ARG TARGETVARIANT

ARG OSCAR_VERSION=1.5.1
ARG OSCAR_VERSION=1.5.2

RUN printf '%s' "Building for TARGETPLATFORM=${TARGETPLATFORM}" \
&& printf '%s' ", TARGETARCH=${TARGETARCH}" \
Expand All @@ -14,9 +14,9 @@ RUN apt-get update -y && \
apt-get install -y --no-install-recommends wget cron

RUN if [ "${TARGETARCH}" = "arm64" ]; then \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_${OSCAR_VERSION}-RasPiOS-11_arm64.deb; \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-RasPiOS-12_arm64.deb; \
else \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_${OSCAR_VERSION}-Debian11_amd64.deb; \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-Debian12_amd64.deb; \
fi

RUN apt install -y /tmp/oscar.deb && \
Expand Down

0 comments on commit a7b7ee2

Please sign in to comment.