Skip to content

Commit

Permalink
feat: uupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchDG committed Feb 13, 2023
1 parent a21efac commit af993f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ RUN apt-get update && \
apt-get install -y python3-dev libbz2-dev libpcre3-dev libreadline-dev liblzma-dev zlib1g-dev
RUN mkdir /tmp/build && \
cd /tmp/build && \
wget https://www.monetdb.org/downloads/sources/Sep2022-SP1/MonetDB-11.45.11.tar.xz && \
tar -xf MonetDB-11.45.11.tar.xz && \
cd MonetDB-11.45.11 && \
wget https://www.monetdb.org/downloads/sources/Sep2022-SP2/MonetDB-11.45.13.tar.xz && \
tar -xf MonetDB-11.45.13.tar.xz && \
cd MonetDB-11.45.13 && \
cmake -DSTRICT=ON -DINT128=ON -DGEOM=ON -DPY3INTEGRATION=ON -DWITH_BZ2=ON -DWITH_PCRE=ON -DWITH_READLINE=ON -DWITH_LZMA=ON -DWITH_ZLIB=ON . && \
cmake --build . && \
cmake --build . --target install && \
Expand Down

0 comments on commit af993f6

Please sign in to comment.