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
53612a8f
Verified
Commit
53612a8f
authored
Mar 02, 2019
by
Vladimir Hodakov
🔥
Browse files
Add zlib-dev dependency
parent
3bebb822
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
53612a8f
...
...
@@ -5,4 +5,4 @@ LABEL maintainer="vladimir@hodakov.me"
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
apk update
&&
apk add
--no-cache
git gcc libc-dev g++ make openssl-dev
zlib-dev
&&
rm
-rf
/var/cache/apk/
*
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