Skip to content

Commit

Permalink
[Update]: update Dockerfile and README.md (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Yutaro Sakamoto <[email protected]>
  • Loading branch information
yutaro-sakamoto and yutaro-sakamoto authored Mar 29, 2024
1 parent 9f9789e commit 6eb8219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ RUN apt-get update && apt-get install -y sbt

# install opensourcecobol4j
RUN cd /root &&\
curl -L -o opensourcecobol4j-v1.0.20.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.0.20.tar.gz &&\
tar zxvf opensourcecobol4j-v1.0.20.tar.gz &&\
cd opensourcecobol4j-1.0.20 &&\
curl -L -o opensourcecobol4j-v1.0.21.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.0.21.tar.gz &&\
tar zxvf opensourcecobol4j-v1.0.21.tar.gz &&\
cd opensourcecobol4j-1.0.21 &&\
./configure --prefix=/usr/ &&\
make &&\
make install &&\
rm ../opensourcecobol4j-v1.0.20.tar.gz
rm ../opensourcecobol4j-v1.0.21.tar.gz

# Install Open COBOL ESQL 4J
RUN mkdir -p /usr/lib/Open-COBOL-ESQL-4j &&\
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Versions :

- OS: Ubuntu
- opensource COBOL 4J: v1.0.20
- opensource COBOL 4J: v1.0.21
- Open COBOL ESQL 4J: v1.0.3

In order to "Hello World" program, run the following commands in the docker container
Expand Down

0 comments on commit 6eb8219

Please sign in to comment.