We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Me menciona que existe una sintaxis invalida, este es mi Dockerfile
FROM armhf/alpine MAINTAINER bren RUN apk add --update \ tzdata \ python \ py-pip \ ca-certificates \ && pip install --no-cache-dir --disable-pip-version-check flexget==2.21.0 transmissionrpc==0.11 \ && rm -rf /var/cache/apk/* RUN apk add --update --repository http://dl-cdn.alpinelinux.org/alpine/edge/main tinyxml2 && \ apk add --update --repository http://dl-cdn.alpinelinux.org/alpine/edge/community mediainfo && \ apk add --update ffmpeg && \ rm -rf /var/cache/apk/* # Copy local files COPY files/ / # add default volumes VOLUME /config /data WORKDIR /config # expose port for flexget webui EXPOSE 3539 3539/tcp # run init.sh to set uid, gid, permissions and to launch flexget RUN chmod +x /scripts/init.sh CMD ["/scripts/init.sh"]
De antemano, agradezco al que me pueda dar una mano con esto :)
The text was updated successfully, but these errors were encountered:
Tengo el mismo problema. A alguien más le pasa?
Sorry, something went wrong.
Hola! a mi me esta pasando. ¿Alguien sabe la solución?
No branches or pull requests
Me menciona que existe una sintaxis invalida, este es mi Dockerfile
De antemano, agradezco al que me pueda dar una mano con esto :)
The text was updated successfully, but these errors were encountered: