We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--prefix
1 parent c2affbd commit e1b5c22Copy full SHA for e1b5c22
utf8.Dockerfile
@@ -20,8 +20,7 @@ RUN cd /root && \
20
curl -L -o opensourcecobol4j-v${opensource_COBOL_4J_version}.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v${opensource_COBOL_4J_version}.tar.gz && \
21
tar zxvf opensourcecobol4j-v${opensource_COBOL_4J_version}.tar.gz && \
22
cd opensourcecobol4j-${opensource_COBOL_4J_version} && \
23
- mkdir -p /tmp/usr/ &&\
24
- ./configure --prefix=/tmp/usr/ --enable-utf8 && \
+ ./configure --prefix=/usr/ --enable-utf8 && \
25
touch cobj/*.m4 && \
26
make && \
27
make install && \
0 commit comments