Skip to content

Commit

Permalink
upgrade to GnuCOBOL 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
axtens committed Mar 24, 2024
1 parent 25c7620 commit bb0d7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ FROM ubuntu:20.04
# TODO: install packages required to run the tests
RUN apt-get update && \
apt-get -y install jq curl tar libncurses5-dev libgmp-dev libdb-dev ranger autoconf build-essential && \
curl -sLk https://sourceforge.net/projects/open-cobol/files/gnu-cobol/3.1/gnucobol-3.1.2.tar.gz | tar xz && \
cd gnucobol-3.1.2 && ./configure --prefix=/usr && make && make install && ldconfig && cd /tmp/ && rm -rf ./* && \
curl -sLk https://sourceforge.net/projects/open-cobol/files/gnu-cobol/3.2/gnucobol-3.2.tar.gz | tar xz && \
cd gnucobol-3.2 && ./configure --prefix=/usr && make && make install && ldconfig && cd /tmp/ && rm -rf ./* && \
rm -rf /var/lib/apt/lists/*

COPY --from=download /bin/cobolcheck /bin/cobolcheck
Expand Down

0 comments on commit bb0d7ad

Please sign in to comment.