File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131}
3232
3333// Compile directly on the host machine, not in the docker container
34- if ($ p ->getInputOption ('without-docker ' ) || ( $ p ->isMacos ()) || ( $ p -> isLinux () && (! is_file ( ' /.dockerenv ' )) )) {
34+ if ($ p ->getInputOption ('without-docker ' ) || $ p ->isMacos ()) {
3535 $ p ->setWorkDir (__DIR__ );
3636 $ p ->setBuildDir (__DIR__ . '/thirdparty ' );
3737}
Original file line number Diff line number Diff line change @@ -15,4 +15,8 @@ RUN apk upgrade
1515RUN apk add vim alpine-sdk xz autoconf automake linux-headers clang-dev clang lld libtool cmake bison re2c gettext coreutils
1616RUN apk add bash tini
1717RUN apk add libc++-static libltdl-static
18+ # Compiling libpsl requires using python3 to generate data files
19+ RUN apk add python3
20+ # Compiling AOM requires the use of NASM/YASM assembly compiler
21+ RUN apk add nasm
1822WORKDIR /work
You can’t perform that action at this time.
0 commit comments