mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update aircast
This commit is contained in:
parent
18dacdb54f
commit
3b3cca42fe
@ -13,7 +13,6 @@ ARG APP_URL=https://github.com/philippe44/AirConnect/raw/master/bin/${APP_FILE}
|
||||
RUN set -xe \
|
||||
&& apk add --no-cache curl \
|
||||
&& curl -sSL -o /usr/local/bin/aircast ${APP_URL} \
|
||||
&& chmod +x /usr/local/bin/aircast \
|
||||
&& aircast -t
|
||||
&& chmod +x /usr/local/bin/aircast
|
||||
|
||||
CMD ["aircast", "-Z"]
|
||||
|
Loading…
Reference in New Issue
Block a user