Skip to content

Commit

Permalink
Move libbluetooth-dev out of runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioisidoro committed Dec 25, 2019
1 parent 7044dac commit a02c43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-debian.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ENV LANG C.UTF-8
# extra dependencies (over what buildpack-deps already includes)
RUN apt-get update && apt-get install -y --no-install-recommends \
# Python 3.4 on Stretch+ needs to use an older version of "libssl-dev" (these lines both get removed for every other combination)
libbluetooth-dev \
libssl-dev \
tk-dev \
uuid-dev \
Expand All @@ -21,6 +20,7 @@ ENV PYTHON_VERSION %%PLACEHOLDER%%

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

0 comments on commit a02c43c

Please sign in to comment.