File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN apk add --no-cache \
2020 xvfb-run \
2121 libx11-dev \
2222 libxkbfile-dev \
23- libgtk-3 -dev \
24- libnss3 -dev \
25- libasound2 -dev \
23+ gtk+3.0 -dev \
24+ nss -dev \
25+ alsa-lib -dev \
2626 ca-certificates \
2727 tzdata
2828
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN apk add --no-cache \
2020 xvfb-run \
2121 libx11-dev \
2222 libxkbfile-dev \
23- libgtk-3 -dev \
24- libnss3 -dev \
25- libasound2 -dev \
23+ gtk+3.0 -dev \
24+ nss -dev \
25+ alsa-lib -dev \
2626 ca-certificates \
2727 tzdata
2828
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ RUN unsquashfs -d /snap/snapcraft/current snapcraft.snap
4242# the snapcraft snap:
4343RUN unlink /snap/snapcraft/current/usr/bin/python3
4444RUN ln -s /snap/snapcraft/current/usr/bin/python3.* /snap/snapcraft/current/usr/bin/python3
45+ RUN mkdir -p /snap/snapcraft/current/usr/lib/python3/dist-packages
4546RUN echo /snap/snapcraft/current/lib/python3.*/site-packages >> /snap/snapcraft/current/usr/lib/python3/dist-packages/site-packages.pth
4647RUN /snap/snapcraft/current/usr/bin/python3 /snap/snapcraft/current/usr/bin/pip3 install -U setuptools
4748
You can’t perform that action at this time.
0 commit comments