Skip to content

Commit

Permalink
Missed semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
desertblade authored Nov 19, 2023
1 parent b79df48 commit d56e177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update -y && \
RUN if [ "${TARGETARCH}" = "arm64" ]; then \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.1-RasPiOS-11_arm64.deb; \
else \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.1-RasPiOS-11_armhf.deb \
wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.5.1-RasPiOS-11_armhf.deb; \
fi

RUN apt-get update -y && \
Expand Down

0 comments on commit d56e177

Please sign in to comment.