Skip to content

Commit e1b5c22

Browse files
fix: the value of the option --prefix
1 parent c2affbd commit e1b5c22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utf8.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ RUN cd /root && \
2020
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 && \
2121
tar zxvf opensourcecobol4j-v${opensource_COBOL_4J_version}.tar.gz && \
2222
cd opensourcecobol4j-${opensource_COBOL_4J_version} && \
23-
mkdir -p /tmp/usr/ &&\
24-
./configure --prefix=/tmp/usr/ --enable-utf8 && \
23+
./configure --prefix=/usr/ --enable-utf8 && \
2524
touch cobj/*.m4 && \
2625
make && \
2726
make install && \

0 commit comments

Comments
 (0)