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

Issue with Dockerfile file #342

Closed
pamelacamejom opened this issue Oct 30, 2024 · 1 comment · Fixed by #345
Closed

Issue with Dockerfile file #342

pamelacamejom opened this issue Oct 30, 2024 · 1 comment · Fixed by #345
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pamelacamejom
Copy link

Hi, I am trying to build a docker using the dockerfile (I need to use the new --skip-filer option), however I have the following issue when I try building this docker:

bin/micromamba The following argument was not expected: -p Run with --help for more information. The command '/bin/sh -c apk update && apk add wget tar bash && wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.32-r0/glibc-2.32-r0.apk && apk add glibc-2.32-r0.apk && rm glibc-2.32-r0.apk && wget --no-iri -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba && touch /root/.bashrc && ./bin/micromamba shell init -s bash -p /opt/conda && cp /root/.bashrc /opt/conda/bashrc' returned a non-zero code: 109

@pamelacamejom pamelacamejom added the bug Something isn't working label Oct 30, 2024
@oschwengers oschwengers self-assigned this Nov 15, 2024
@oschwengers oschwengers added this to the v1.10.1 milestone Nov 15, 2024
@oschwengers
Copy link
Owner

Hi @pamelacamejom , thanks for reporting, and sorry, somehow I must have missed this issue. There is a PR (#345 ) fixing this. I'll release a patch v1.10.1 ASAP once the PR is accepted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants