This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Script started on Thu Aug 15 15:19:13 2019 | |
| [1m[7m%[27m[1m[0m | |
| [0m[27m[24m[Jjerry@Jerrys-Mac plv8 % [K[?2004hmmake[?2004l | |
| mkdir -p build | |
| cd build; git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git | |
| Cloning into 'depot_tools'... | |
| remote: Sending approximately 26.24 MiB ...[K |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ARG PG_CONTAINER_VERSION=16 | |
| FROM docker.io/library/postgres:${PG_CONTAINER_VERSION}-bookworm as builder | |
| ARG DEBIAN_FRONTEND=noninteractive | |
| RUN set -ex \ | |
| && apt-get update \ | |
| && apt-get install -y build-essential git postgresql-server-dev-${PG_MAJOR} libtinfo5 pkg-config clang binutils libstdc++-12-dev cmake gnupg postgresql-common postgresql-server-dev-${PG_MAJOR} apt-transport-https lsb-release wget\ | |
| && apt-get clean | |
| RUN echo "deb https://packagecloud.io/timescale/timescaledb/debian/ $(lsb_release -c -s) main" | tee /etc/apt/sources.list.d/timescaledb.list |
OlderNewer