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

10 lines
383 B
Docker
Raw Permalink Normal View History

2019-10-16 06:55:15 +04:00
FROM golangci/golangci-lint:v1.21 AS build
2019-03-02 16:19:55 +04:00
LABEL maintainer="vladimir@hodakov.me"
COPY --from=fat0troll/tdlib /usr/local/include/td /usr/local/include/td
COPY --from=fat0troll/tdlib /usr/local/lib/libtd* /usr/local/lib/
2019-03-02 16:19:55 +04:00
RUN apt-get update && apt-get -y install libssl-dev cmake zlib1g-dev g++
RUN apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/apt/lists/*