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 \
20
20
xvfb-run \
21
21
libx11-dev \
22
22
libxkbfile-dev \
23
- libgtk-3 -dev \
24
- libnss3 -dev \
25
- libasound2 -dev \
23
+ gtk+3.0 -dev \
24
+ nss -dev \
25
+ alsa-lib -dev \
26
26
ca-certificates \
27
27
tzdata
28
28
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN apk add --no-cache \
20
20
xvfb-run \
21
21
libx11-dev \
22
22
libxkbfile-dev \
23
- libgtk-3 -dev \
24
- libnss3 -dev \
25
- libasound2 -dev \
23
+ gtk+3.0 -dev \
24
+ nss -dev \
25
+ alsa-lib -dev \
26
26
ca-certificates \
27
27
tzdata
28
28
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ RUN unsquashfs -d /snap/snapcraft/current snapcraft.snap
42
42
# the snapcraft snap:
43
43
RUN unlink /snap/snapcraft/current/usr/bin/python3
44
44
RUN 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
45
46
RUN echo /snap/snapcraft/current/lib/python3.*/site-packages >> /snap/snapcraft/current/usr/lib/python3/dist-packages/site-packages.pth
46
47
RUN /snap/snapcraft/current/usr/bin/python3 /snap/snapcraft/current/usr/bin/pip3 install -U setuptools
47
48
You can’t perform that action at this time.
0 commit comments