From b8885c49176082525a42d86cacce55093ed39af0 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sat, 2 Mar 2019 16:27:54 +0400 Subject: [PATCH] Try to fix TDLib copying --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8f2f80..3d39a7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM golang:$GOLANG_VERSION AS build LABEL maintainer="vladimir@hodakov.me" -COPY --from=lab.wtfteam.pro:4567/containers/tdlib /usr/local/include/td /usr/local/include/td +COPY --from=lab.wtfteam.pro:4567/containers/tdlib /usr/local/ /usr/local COPY --from=lab.wtfteam.pro:4567/containers/tdlib /usr/local/lib/libtd* /usr/local/lib/ RUN apk update && apk add --no-cache git gcc libc-dev g++ make openssl-dev && rm -rf /var/cache/apk/*