We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9267653 commit fc768ffCopy full SHA for fc768ff
1 file changed
Dockerfile
@@ -49,14 +49,18 @@ RUN set -eux; \
49
make \
50
curl \
51
gmp \
52
- git; \
+ git \
53
+ ghc \
54
+ cabal \
55
+ stack; \
56
apk add --no-cache --virtual build-deps \
57
musl-dev \
58
zlib-dev \
59
gmp-dev \
60
ncurses-libs \
- ncurses-dev; \
- curl -sSL https://get.haskellstack.org/ | sh;
61
+ ncurses-dev \
62
+ xz;
63
+ #curl -sSL https://get.haskellstack.org/ | sh;
64
65
RUN set -eux; \
66
git clone https://github.com/essandess/adblock2privoxy.git . --depth=1; \
0 commit comments