Skip to content

Commit

Permalink
force main program removed (use force-info instead) pt .2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Feb 12, 2024
1 parent 02fbf2a commit 094099e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN echo "building FORCE" && \
make clean && \
cd $HOME && \
rm -rf $SOURCE_DIR && \
force && \
force-info && \
# clone FORCE UDF
git clone https://github.com/davidfrantz/force-udf.git

Expand All @@ -65,4 +65,4 @@ WORKDIR /home/docker
ENV R_HOME=/usr/lib/R
ENV LD_LIBRARY_PATH=$R_HOME/lib

CMD ["force"]
CMD ["force-info"]

0 comments on commit 094099e

Please sign in to comment.