Skip to content

Commit 8601079

Browse files
committed
3.7/stretch: Add uuid-dev to buildpacks image
1 parent c72cd07 commit 8601079

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

3.7/stretch/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ENV LANG C.UTF-8
1616
# extra dependencies (over what buildpack-deps already includes)
1717
RUN apt-get update && apt-get install -y --no-install-recommends \
1818
tk-dev \
19+
uuid-dev \
1920
&& rm -rf /var/lib/apt/lists/*
2021

2122
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

Dockerfile-debian.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1212
# Python 3.4 on Stretch+ needs to use an older version of "libssl-dev" (these lines both get removed for every other combination)
1313
libssl-dev \
1414
tk-dev \
15+
uuid-dev \
1516
&& rm -rf /var/lib/apt/lists/*
1617

1718
ENV GPG_KEY %%PLACEHOLDER%%

0 commit comments

Comments
 (0)