Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
clementTal authored Mar 26, 2019
1 parent 82baae6 commit bba8926
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ ARG BUILD_FROM
FROM homeassistant/armhf-base-raspbian:stretch

# Copy data
COPY run.sh /
COPY mosquitto.conf /etc/
COPY customtts.sh /usr/bin
COPY snips-entrypoint.sh /
COPY snips/run.sh /
COPY snips/mosquitto.conf /etc/
COPY snips/customtts.sh /usr/bin
COPY snips/snips-entrypoint.sh /

RUN apt-get update
RUN apt-get install -y dirmngr apt-utils apt-transport-https jq unzip supervisor mpg123 curl tzdata python-pip git openssh-server supervisor
Expand Down

0 comments on commit bba8926

Please sign in to comment.