Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TECH7Fox authored Jun 1, 2023
1 parent 2784905 commit 45efec7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions asterisk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM ghcr.io/hassio-addons/debian-base:6.2.7 AS base

SHELL [ "/bin/bash", "-euxo", "pipefail", "-c" ]

# https://pypi.org/project/asterisk_mbox_server/#history
ARG ASTERISK_MBOX_SERVER_VERSION="99038a4aa69d30b1deaf7895a868d68f47a3acba"
RUN export DEBIAN_FRONTEND=noninteractive; \
apt-get update; \
apt-get install -y --no-install-recommends --no-install-suggests \
Expand Down Expand Up @@ -55,11 +57,8 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
libio-socket-ssl-perl \
flac \
# for downloading additional sounds \
unzip;

# https://pypi.org/project/asterisk_mbox_server/#history
ARG ASTERISK_MBOX_SERVER_VERSION="99038a4aa69d30b1deaf7895a868d68f47a3acba"
RUN \
unzip; \
\
pip3 install --no-cache-dir https://github.com/PhracturedBlue/asterisk_mbox_server/archive/${ASTERISK_MBOX_SERVER_VERSION}.tar.gz; \
\
# Dependencies only used to build asterisk_mbox_server \
Expand Down

0 comments on commit 45efec7

Please sign in to comment.