We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18dacdb commit 3b3cca4Copy full SHA for 3b3cca4
aircast-arm64/Dockerfile
@@ -13,7 +13,6 @@ ARG APP_URL=https://github.com/philippe44/AirConnect/raw/master/bin/${APP_FILE}
13
RUN set -xe \
14
&& apk add --no-cache curl \
15
&& curl -sSL -o /usr/local/bin/aircast ${APP_URL} \
16
- && chmod +x /usr/local/bin/aircast \
17
- && aircast -t
+ && chmod +x /usr/local/bin/aircast
18
19
CMD ["aircast", "-Z"]
0 commit comments