Skip to content
New issue

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

error al hacer build al flexget-arm #26

Open
sastiam opened this issue Mar 28, 2021 · 2 comments
Open

error al hacer build al flexget-arm #26

sastiam opened this issue Mar 28, 2021 · 2 comments

Comments

@sastiam
Copy link

sastiam commented Mar 28, 2021

image

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 :)

@tpargmdiaz
Copy link

Tengo el mismo problema. A alguien más le pasa?

@EvaVillarrealGuzman
Copy link

Hola! a mi me esta pasando. ¿Alguien sabe la solución?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants