Skip to content

Commit ca1e2bf

Browse files
committed
install gcompat to support more tools
1 parent 846e77b commit ca1e2bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ RUN set -xe \
1515
ca-certificates \
1616
curl \
1717
dumb-init \
18+
gcompat \
1819
nodejs \
1920
nodejs-npm \
2021
python3 \
2122
python3-dev \
2223
&& ln -sf /usr/bin/python3 /usr/bin/python \
24+
&& ln -sf /lib /lib64 \
2325
&& python -m ensurepip \
2426
&& pip3 install --no-cache-dir rpi.gpio \
2527
&& npm install -g --unsafe-perm \

0 commit comments

Comments
 (0)