File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
6
6
7
7
ENV TAGGED_VERSION ''
8
8
COPY install-node.sh /
9
- # pkg-config 1.9.5 breaks cabal dependency checking
10
- # pkg-config 2 isn't available yet for fedora so we need to build it from source
11
9
RUN yum update -y && \
12
- yum install git diffutils gcc gcc-c++ tmux gmp-devel make tar xz wget zlib-devel libtool autoconf -y && \
13
- mkdir -p /root/src/ && cd /root/src && \
14
- curl -O https://distfiles.ariadne.space/pkgconf/pkgconf-2.0.3.tar.xz && \
15
- tar -xvf pkgconf-2.0.3.tar.xz && \
16
- cd pkgconf-2.0.3 && \
17
- ./configure && make && make install && \
10
+ yum install git diffutils gcc gcc-c++ awk tmux gmp-devel make tar xz wget zlib-devel libtool autoconf -y && \
18
11
chmod +x /install-node.sh
19
12
20
13
CMD ./install-node.sh $TAGGED_VERSION
Original file line number Diff line number Diff line change 7
7
# Please note: 'source ~/.bashrc' cmd is not used because Docker runs this script as subscript
8
8
9
9
# Versions
10
- GHC_VERSION=" 9.6.3 "
11
- CABAL_VERSION=" 3.10.2 .0"
10
+ GHC_VERSION=" 9.6.7 "
11
+ CABAL_VERSION=" 3.12.1 .0"
12
12
13
13
echo " "
14
14
You can’t perform that action at this time.
0 commit comments