From 0acac06124a4a1a5de68246b12cf0a65ded5f270 Mon Sep 17 00:00:00 2001 From: Terekhin Alexandr Date: Sat, 27 Mar 2021 14:15:03 +0300 Subject: [PATCH] C++std and container name --- Dockerfile | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 65e1b89..423953f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:latest -RUN apk add --no-cache openssl-dev linux-headers zlib-dev gcc gperf cmake build-base git \ +RUN apk add --no-cache openssl-dev linux-headers zlib-dev gcc gperf cmake build-base git libstdc++ \ && git clone --recursive https://github.com/tdlib/telegram-bot-api.git \ && cd telegram-bot-api \ && mkdir build \ diff --git a/build.sh b/build.sh index 823af5e..bfbb5b9 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/bash docker build -t bearns.me/tg-api . -docker run bearns.me/tg-api +docker run --name tg-api bearns.me/tg-api