add python gpiod module to moonraker (fix #33?)

This commit is contained in:
Dieter Schmidt
2022-09-25 14:45:17 +02:00
parent 177c43b1bb
commit c248a7b58e

View File

@@ -64,7 +64,7 @@ RUN git clone --single-branch --branch ${MOONRAKER_BRANCH} https://github.com/Ar
RUN [ ! -d ${MOONRAKER_VENV_DIR} ] && python3 -m venv ${MOONRAKER_VENV_DIR}
WORKDIR ${HOME}/moonraker
RUN ${MOONRAKER_VENV_DIR}/bin/pip install wheel && \
RUN ${MOONRAKER_VENV_DIR}/bin/pip install wheel gpiod && \
${MOONRAKER_VENV_DIR}/bin/pip install --no-cache-dir -f ${WHEELS} -r scripts/moonraker-requirements.txt
RUN ${MOONRAKER_VENV_DIR}/bin/python -m compileall moonraker