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 f1943cf commit dcc7603
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Docker/Dockerfile.flint.ubuntu.18.04
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ RUN cd src && tar -xzf sqlite-autoconf-${SQLITE_VERSION}.tar.gz -C /usr/local/ \

## Zipper
RUN cd src && git clone --recursive https://github.com/sebastiandev/zipper.git
cd $ROOTDIR/src/zipper/build
WORKDIR $ROOTDIR/src/zipper/build
RUN cmake .. \
&& make -s -j $NUM_CPU \
&& make install \
&& make clean \
&& cd $ROOTDIR

WORKDIR $ROOTDIR/

RUN wget https://pocoproject.org/releases/poco-${POCO_VERSION}/poco-${POCO_VERSION}-all.tar.gz \
&& tar -xzf poco-${POCO_VERSION}-all.tar.gz \
&& mkdir poco-${POCO_VERSION}-all/cmake-build \
Expand Down

0 comments on commit dcc7603

Please sign in to comment.