Skip to content

Commit

Permalink
Updates to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Nov 26, 2024
1 parent cbaa1bf commit c43db9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/paragraph/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:18.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -33,7 +33,7 @@ RUN mkdir -p /opt/ \

WORKDIR /opt/paragraph-build
RUN cmake /opt/paragraph-source -DCMAKE_INSTALL_PREFIX=/opt/paragraph -DBoost_NO_BOOST_CMAKE=ON \
&& make \
&& make \
&& make install
RUN rm -rf /opt/paragraph-source

Expand Down

0 comments on commit c43db9e

Please sign in to comment.