Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
containers
tdlib
Commits
b6fa855d
Verified
Commit
b6fa855d
authored
Oct 08, 2019
by
Vladimir Hodakov
🔥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add linux-headers build-time dependency
parent
45955599
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
b6fa855d
...
...
@@ -2,7 +2,7 @@ FROM alpine as builder
ENV
TDLIB_VERSION=1.5.0
RUN
apk update
&&
apk add gperf alpine-sdk openssl-dev git cmake zlib-dev
RUN
apk update
&&
apk add gperf alpine-sdk openssl-dev git cmake zlib-dev
linux-headers
WORKDIR
/tmp/_build_tdlib/
...
...
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