Commit after merge.
This commit is contained in:
commit
5d5ba8e7fb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue