fixed tarantool installation

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2025-02-13 22:20:58 +01:00
parent 07e71d3bbb
commit 9a89dcaa16
No known key found for this signature in database

View File

@ -21,7 +21,7 @@ RUN pip install --upgrade pip cffi \
RUN apt-get install -y dirmngr gnupg apt-transport-https software-properties-common ca-certificates curl
RUN ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime
RUN apt-get update
RUN curl -L https://tarantool.io/wrATeGF/release/2/installer.sh | bash
RUN curl -L https://tarantool.io/release/2/installer.sh | bash
RUN apt-get install -y tarantool monit
# Install Tendermint