Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
containers
tdlib-golangci
Commits
be992050
Verified
Commit
be992050
authored
Mar 02, 2019
by
Vladimir Hodakov
🔥
Browse files
Add include files
parent
be2b0115
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
be992050
...
...
@@ -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/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment