We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78d2ea1 + 8863ec0 commit 7d42a2aCopy full SHA for 7d42a2a
2 files changed
docker_env/Dockerfile
@@ -1,12 +1,12 @@
1
-FROM registry.hub.docker.com/library/debian:buster-slim
+FROM --platform=linux/amd64 registry.hub.docker.com/library/debian:buster
2
3
LABEL Maintainer="software-embedded-platform@ultimaker.com" \
4
Comment="Ultimaker update-tools filesystem"
5
6
-RUN apt-get update && apt-get -y install cmake make python3 python3-pip git
+RUN apt-get update && apt-get -y install cmake make python3 python3-pip git libxml2-dev libxslt-dev
7
8
COPY docker_env/buildenv_check.sh buildenv_check.sh
9
10
COPY fdm_requirements.txt fdm_requirements.txt
11
12
-RUN pip3 install -r fdm_requirements.txt
+RUN pip3 install -r fdm_requirements.txt
fdm_requirements.txt
@@ -1 +1 @@
-lxml
+lxml==4.6.5
0 commit comments