You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
update aircast
This commit is contained in:
@@ -13,7 +13,6 @@ ARG APP_URL=https://github.com/philippe44/AirConnect/raw/master/bin/${APP_FILE}
|
|||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache curl \
|
&& apk add --no-cache curl \
|
||||||
&& curl -sSL -o /usr/local/bin/aircast ${APP_URL} \
|
&& curl -sSL -o /usr/local/bin/aircast ${APP_URL} \
|
||||||
&& chmod +x /usr/local/bin/aircast \
|
&& chmod +x /usr/local/bin/aircast
|
||||||
&& aircast -t
|
|
||||||
|
|
||||||
CMD ["aircast", "-Z"]
|
CMD ["aircast", "-Z"]
|
||||||
|
Reference in New Issue
Block a user