Skip to content

Commit

Permalink
fix(dockerfiles: ubuntu2204): add make pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Aug 19, 2024
1 parent d468917 commit a4df4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile_python310_ubuntu_2204
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4df4d2

Please sign in to comment.