Skip to content

Commit a78db43

Browse files
committed
fix Dockerfile
1 parent 7bf9d45 commit a78db43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY --chown=docker:docker . .
4444
# Build, install, check FORCE
4545
RUN echo "building FORCE" && \
4646
./debug.sh $debug && \
47-
sed -i "/^INSTALLDIR=/INSTALLDIR=$INSTALL_DIR/" Makefile && \
47+
sed -i "/^INSTALLDIR=/cINSTALLDIR=$INSTALL_DIR/" Makefile && \
4848
make -j && \
4949
make install && \
5050
make clean && \

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-10-25_07:21:16
1+
3.7.12-dev:::2024-10-25_07:30:42

0 commit comments

Comments
 (0)