diff --git a/dockerfiles/Dockerfile_python310_ubuntu_2204 b/dockerfiles/Dockerfile_python310_ubuntu_2204 index dc530ac3..02401453 100644 --- a/dockerfiles/Dockerfile_python310_ubuntu_2204 +++ b/dockerfiles/Dockerfile_python310_ubuntu_2204 @@ -3,7 +3,7 @@ WORKDIR /opt/oomox-build/ # App and test (xvfb, pylint) deps RUN apt-get update -y && \ - env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gtk+3.0 python3-gi xvfb python3-pip psmisc python3-pystache python3-yaml + env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gtk+3.0 python3-gi xvfb python3-pip psmisc python3-pystache python3-yaml make RUN pip3 install setuptools && \ pip3 install pylint~=2.14 flake8 typing-extensions