We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb438b0 commit 1e77f44Copy full SHA for 1e77f44
Dockerfile
@@ -31,9 +31,10 @@ RUN apt-get -y install \
31
libsqlite3-dev libtiff5-dev libwebp-dev pandoc pkg-config zlib1g-dev
32
33
# pyenv extra requirements
34
+# https://github.com/pyenv/pyenv/wiki/Common-build-problems
35
RUN apt-get install -y \
36
make libssl-dev wget llvm libncurses5-dev libncursesw5-dev xz-utils \
- tk-dev
37
+ tk-dev liblzma-dev python-openssl
38
39
# LaTeX -- split to reduce image layer size
40
RUN apt-get -y install texlive-fonts-extra
0 commit comments