Skip to content

Commit

Permalink
Update Dockerfile.flint.ubuntu.18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Simpleshell3 authored Jul 21, 2024
1 parent 08ca8f8 commit eef4721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile.flint.ubuntu.18.04
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN wget https://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSI

# GET FLINT
WORKDIR $ROOTDIR/
RUN cd src && git clone -b ${FLINT_BRANCH} https://${GITHUB_AT}@github.com/moja-global/flint.git flint
RUN cd src && git clone -b ${FLINT_BRANCH} https://${GITHUB_AT}@github.com/moja-global/FLINT.git flint

WORKDIR $ROOTDIR/src/flint/Source/build
RUN cmake -DCMAKE_BUILD_TYPE=RELEASE \
Expand Down

0 comments on commit eef4721

Please sign in to comment.