Skip to content

Commit 7d934af

Browse files
author
sergioisidoro
committed
Revert debian change
1 parent 2eaf8c2 commit 7d934af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-debian.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ENV LANG C.UTF-8
99

1010
# extra dependencies (over what buildpack-deps already includes)
1111
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)
12+
libbluetooth-dev \
13+
# Python 3.4 on Stretch+ needs to use an older version of "libssl-dev" (these lines both get removed for every other combination)
1314
libssl-dev \
1415
tk-dev \
1516
uuid-dev \
@@ -20,7 +21,6 @@ ENV PYTHON_VERSION %%PLACEHOLDER%%
2021

2122
RUN set -ex \
2223
\
23-
&& apt-get update && apt-get install -y --no-install-recommends libbluetooth-dev \
2424
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
2525
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
2626
&& export GNUPGHOME="$(mktemp -d)" \

0 commit comments

Comments
 (0)