2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-01-27 07:02:11 +00:00
Files
mysql/tools/docker/build-noopenssl.dockerfile
2024-02-18 12:48:14 +01:00

23 lines
511 B
Docker

#
# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
FROM ubuntu:22.04
RUN \
apt-get update && \
apt-get --no-install-recommends -y install \
ca-certificates \
g++ \
git \
cmake \
ninja-build \
cmake \
python3 \
python-is-python3 \
mysql-client