File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ ARG DEBIAN_FRONTEND=noninteractive
32
32
# - libxcb-xkb1: Used as dependency of the resulting AppImage.
33
33
# - libxkbcommon-x11-0: Used as dependency of the resulting AppImage.
34
34
# - make: Used to help build the application.
35
- # - python3/python3-pip: Used to install and run aqtinstall.
35
+ # - python3/python3-dev/python3- pip: Used to install and run aqtinstall.
36
36
RUN apt-get update && \
37
37
apt-get install -y --no-install-recommends appstream cmake desktop-file-utils file git g++ libdbus-1-3 \
38
38
libegl1 libfontconfig1 libglib2.0-0 libgl-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 \
39
- libxcb-render-util0 libxcb-shape0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0 make python3 python3-pip && \
39
+ libxcb-render-util0 libxcb-shape0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0 make python3 python3-dev python3- pip && \
40
40
apt-get clean && \
41
41
rm -rf /var/lib/apt/lists
42
42
You can’t perform that action at this time.
0 commit comments