From be99205022015a6acb2a129ca52e4a1721693ad2 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sat, 2 Mar 2019 18:30:55 +0400 Subject: [PATCH] Add include files --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46d4eb7..e8f2f80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,7 @@ FROM golang:$GOLANG_VERSION AS build LABEL maintainer="vladimir@hodakov.me" -COPY --from=lab.wtfteam.pro:4567/containers/tdlib /usr/local/ /usr/local +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/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/* - -RUN find /usr/local/