Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Oct 25, 2024
1 parent 7bf9d45 commit a78db43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ COPY --chown=docker:docker . .
# Build, install, check FORCE
RUN echo "building FORCE" && \
./debug.sh $debug && \
sed -i "/^INSTALLDIR=/INSTALLDIR=$INSTALL_DIR/" Makefile && \
sed -i "/^INSTALLDIR=/cINSTALLDIR=$INSTALL_DIR/" Makefile && \
make -j && \
make install && \
make clean && \
Expand Down
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-10-25_07:21:16
3.7.12-dev:::2024-10-25_07:30:42

0 comments on commit a78db43

Please sign in to comment.