Skip to content

Commit

Permalink
Add tesla_dashcam to container image.
Browse files Browse the repository at this point in the history
  • Loading branch information
croadfeldt authored May 19, 2022
1 parent 86d459f commit d4b20fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ ENV LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib

ARG DEBIAN_FRONTEND=noninteractive

WORKDIR /usr/src/app/tesla_dashcam

RUN apk add --no-cache --update \
gcc \
libc-dev \
@@ -24,6 +26,9 @@ RUN apk add --no-cache --update \
&& mkdir /usr/share/fonts/truetype \
&& ln -s /usr/share/fonts/TTF /usr/share/fonts/truetype/freefont

COPY . /usr/src/app/tesla_dashcam
RUN pip install -r requirements.txt

ENV PYTHONUNBUFFERED=true
ENV TZ=America/New_York

0 comments on commit d4b20fd

Please sign in to comment.