1
Fork 0
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues/pull-requests.
tdlib-golangci/Dockerfile

13 lines
396 B
Docker
Raw Normal View History

2019-03-02 16:19:55 +04:00
ARG GOLANG_VERSION=1.12-alpine
FROM golang:$GOLANG_VERSION AS build
LABEL maintainer="vladimir@hodakov.me"
2019-03-02 16:27:54 +04:00
COPY --from=lab.wtfteam.pro:4567/containers/tdlib /usr/local/ /usr/local
2019-03-02 16:19:55 +04:00
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/*
2019-03-02 16:30:29 +04:00
RUN find /usr/local/