1

Add include files

This commit is contained in:
2019-03-02 18:30:55 +04:00
parent be2b0115f6
commit be99205022

View File

@@ -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/