Skip to content

Commit

Permalink
[Doc]: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto committed Sep 30, 2024
1 parent afeba78 commit ba8d92d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ RUN cd /root &&\
ENV PATH="$PATH:/root/.local/share/coursier/bin"
RUN mkdir -p /usr/lib/Open-COBOL-ESQL-4j &&\
cd /root/ &&\
curl -L -o Open-COBOL-ESQL-4j-1.1.0.tar.gz https://github.com/opensourcecobol/Open-COBOL-ESQL-4j/archive/refs/tags/v1.1.0.tar.gz &&\
tar zxvf Open-COBOL-ESQL-4j-1.1.0.tar.gz &&\
rm Open-COBOL-ESQL-4j-1.1.0.tar.gz &&\
cd Open-COBOL-ESQL-4j-1.1.0 &&\
curl -L -o Open-COBOL-ESQL-4j-1.1.1.tar.gz https://github.com/opensourcecobol/Open-COBOL-ESQL-4j/archive/refs/tags/v1.1.1.tar.gz &&\
tar zxvf Open-COBOL-ESQL-4j-1.1.1.tar.gz &&\
rm Open-COBOL-ESQL-4j-1.1.1.tar.gz &&\
cd Open-COBOL-ESQL-4j-1.1.1 &&\
mkdir -p /usr/lib/Open-COBOL-ESQL-4j/ &&\
curl -L -o /usr/lib/Open-COBOL-ESQL-4j/postgresql.jar https://jdbc.postgresql.org/download/postgresql-42.2.24.jar &&\
cp /usr/lib/opensourcecobol4j/libcobj.jar dblibj/lib &&\
Expand Down

0 comments on commit ba8d92d

Please sign in to comment.