view service/beacon/Dockerfile @ 1406:b2e9cd28d202

loftdesk config Ignore-this: 2bee427b1909e6c60603f03d6ad69087 darcs-hash:83fc6c1754be4b34f14fbd6293b8d9cc40b6b40c
author drewp <drewp@bigasterisk.com>
date Tue, 23 Jul 2019 10:29:20 -0700
parents afd19bf8b499
children
line wrap: on
line source

FROM bang6:5000/base_x86

WORKDIR /opt

RUN apt-get install -y bluez libbluetooth-dev

# pi may need pi-bluetooth pkg too

COPY requirements.txt .

RUN pip install -r requirements.txt

COPY *.py *.html *.js ./

EXPOSE 9113