Ce dépôt a été archivé le 2022-11-04. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d’ajout, ni soumettre de changements.
Fichiers
tdlib-golangci/Dockerfile
T

10 lignes
383 B
Docker
Brut Vue normale Historique

2019-10-09 04:06:03 +04:00
FROM golangci/golangci-lint:v1.20 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/*