Commit after merge.

This commit is contained in:
cyteen 2021-01-03 14:39:42 +00:00
commit 5d5ba8e7fb
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ ENV WITH_KLIPPER ${WITH_KLIPPER}
ARG WITH_SAFEMODE="no"
ENV WITH_SAFEMODE ${WITH_SAFEMODE}
ARG OCTO_PRINTER="/tmp/printer"
ENV OCTO_PRINTER ${OCTO_PRINTER}
# Balena /bin/sh stub is supposed to cleanup itself, but loops when initally called by apt...
# https://github.com/balena-io-library/base-images/issues/637
#RUN [[ -f /bin/sh.real ]] && rm /bin/sh && mv /bin/sh.real /bin/sh