Skip to content

Commit 3b3cca4

Browse files
committed
update aircast
1 parent 18dacdb commit 3b3cca4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aircast-arm64/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ARG APP_URL=https://github.com/philippe44/AirConnect/raw/master/bin/${APP_FILE}
1313
RUN set -xe \
1414
&& apk add --no-cache curl \
1515
&& curl -sSL -o /usr/local/bin/aircast ${APP_URL} \
16-
&& chmod +x /usr/local/bin/aircast \
17-
&& aircast -t
16+
&& chmod +x /usr/local/bin/aircast
1817

1918
CMD ["aircast", "-Z"]

0 commit comments

Comments
 (0)