Skip to content

Commit cb01a0b

Browse files
committed
Fix linux toolchain
1 parent a651f4b commit cb01a0b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

alpine-arm64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

alpine-x64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

snapcraft-x64/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN unsquashfs -d /snap/snapcraft/current snapcraft.snap
4242
# the snapcraft snap:
4343
RUN unlink /snap/snapcraft/current/usr/bin/python3
4444
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
4546
RUN echo /snap/snapcraft/current/lib/python3.*/site-packages >> /snap/snapcraft/current/usr/lib/python3/dist-packages/site-packages.pth
4647
RUN /snap/snapcraft/current/usr/bin/python3 /snap/snapcraft/current/usr/bin/pip3 install -U setuptools
4748

0 commit comments

Comments
 (0)