Skip to content

Commit fc768ff

Browse files
committed
imp: try arm64 with repo packages instead the official haskell installer
1 parent 9267653 commit fc768ff

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Dockerfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,18 @@ RUN set -eux; \
4949
make \
5050
curl \
5151
gmp \
52-
git; \
52+
git \
53+
ghc \
54+
cabal \
55+
stack; \
5356
apk add --no-cache --virtual build-deps \
5457
musl-dev \
5558
zlib-dev \
5659
gmp-dev \
5760
ncurses-libs \
58-
ncurses-dev; \
59-
curl -sSL https://get.haskellstack.org/ | sh;
61+
ncurses-dev \
62+
xz;
63+
#curl -sSL https://get.haskellstack.org/ | sh;
6064

6165
RUN set -eux; \
6266
git clone https://github.com/essandess/adblock2privoxy.git . --depth=1; \

0 commit comments

Comments
 (0)