Skip to content

Commit

Permalink
test: update CMake in Dockerfile's template
Browse files Browse the repository at this point in the history
It required to build Tarantool 3.3 in Docker.

Closes #1046
  • Loading branch information
dmyger authored and oleg-jukovec committed Dec 6, 2024
1 parent 2e37aeb commit b617bf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/install/Dockerfile.tnt.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM ubuntu:18.04

WORKDIR /work
RUN apt-get update && apt-get install -y git cmake make build-essential zlib1g-dev \
RUN apt-get update && apt-get install -y git wget make build-essential zlib1g-dev \
libreadline-dev libncurses5-dev libssl-dev libunwind-dev libicu-dev autoconf libtool
RUN wget https://cmake.org/files/v3.28/cmake-3.28.6-linux-x86_64.tar.gz -qO- | \
tar -xz -C /usr/local --strip-components=1
RUN chown {{.uid}} /work
COPY ./ ./

0 comments on commit b617bf2

Please sign in to comment.