Alfred Agrell (@Alcaro) commented about tools/gitlab/image-arm64.docker:
unzip \
winbind \
x11proto-dev \
xfonts-base \
xinit \
xserver-xorg \
xserver-xorg-video-dummy \
&& \
- apt-get download -y \
libgstreamer-plugins-base1.0-dev \
libgstreamer1.0-dev \
&& \
- (for deb in *.deb; do dpkg-deb -x $deb /dpkg; done) && \
- rsync -arxv /dpkg/usr/include/ /usr/include/ && \
- rsync -arxv /dpkg/usr/lib/ /usr/lib/ && \
- rm -rf /dpkg && \
Is this needed on arm64? I thought the problems only start if you try to install those packages for multiple archs.
Or is it just for consistency with amd64?