We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72cd07 commit 8601079Copy full SHA for 8601079
3.7/stretch/Dockerfile
@@ -16,6 +16,7 @@ ENV LANG C.UTF-8
16
# extra dependencies (over what buildpack-deps already includes)
17
RUN apt-get update && apt-get install -y --no-install-recommends \
18
tk-dev \
19
+ uuid-dev \
20
&& rm -rf /var/lib/apt/lists/*
21
22
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
Dockerfile-debian.template
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
12
# Python 3.4 on Stretch+ needs to use an older version of "libssl-dev" (these lines both get removed for every other combination)
13
libssl-dev \
14
15
ENV GPG_KEY %%PLACEHOLDER%%
0 commit comments