zcashd/contrib/ci-builders/tekton/Dockerfile-build.arch

15 lines
288 B
Plaintext

ARG FROMBASEOS
ARG FROMBASEOS_BUILD_TAG
FROM $FROMBASEOS:$FROMBASEOS_BUILD_TAG
RUN pacman -Syyu --noconfirm \
&& pacman -S --noconfirm \
base-devel \
git \
python3 \
python-pip \
ncurses \
wget
RUN sudo link /lib/libtinfo.so.6 /lib/libtinfo.so.5