From a4df4d276d64429d7abd714c62a2ba87f6b8d1fa Mon Sep 17 00:00:00 2001 From: actionless Date: Mon, 19 Aug 2024 05:08:40 +0200 Subject: [PATCH] fix(dockerfiles: ubuntu2204): add make pkg --- dockerfiles/Dockerfile_python310_ubuntu_2204 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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