add support for iHD driver

This commit is contained in:
Blake Blackshear
2020-10-25 12:15:50 -05:00
parent 75977128f0
commit 75312602aa
2 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,9 @@ COPY --from=wheels /wheels/. /wheels/
ENV FLASK_ENV=development
ENV DEBIAN_FRONTEND=noninteractive
# Install packages for apt repo
RUN apt-get -qq update && apt-get -qq install --no-install-recommends -y \
RUN apt-get -qq update \
&& apt-get upgrade -y \
&& apt-get -qq install --no-install-recommends -y \
gnupg wget unzip tzdata \
&& apt-get -qq install --no-install-recommends -y \
python3-pip \