mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-06 20:55:38 +02:00
add python gpiod module to moonraker (fix #33?)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user