You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apk add --no-cache build-base=0.5-r3 fftw-dev=3.3.10-r5 libpq-dev=16.3-r0 pcre2-dev=10.43-r0 sqlite-dev=3.45.3-r1 subversion
WORKDIR /tmp/src
RUN svn co -r 1784 svn://svn.savannah.gnu.org/apl/trunk . && ./configure --prefix=/tmp/build --without-gtk3 --without-x && make -j`nproc` && make install