Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

add bzip2 to common-debian.sh #1586

Closed
wants to merge 1 commit into from

Conversation

lucasfcnunes
Copy link
Contributor

The following command throws bzip2 missing:

wget -O - https://anaconda.org/conda-forge/micromamba/0.25.1/download/linux-64/micromamba-0.25.1-0.tar.bz2 | tar -xvj -f - "bin/micromamba" --strip-components=1

--
There are other files extensions that maybe valuable to add too:

...
  -j, --bzip2                filter the archive through bzip2
  -J, --xz                   filter the archive through xz
      --lzip                 filter the archive through lzip
      --lzma                 filter the archive through xz
      --lzop                 filter the archive through lzop
      --no-auto-compress     do not use archive suffix to determine the
                             compression program
      --zstd                 filter the archive through zstd
  -z, --gzip, --gunzip, --ungzip   filter the archive through gzip
...

*xz, gzip, lzma, ... are already present.

enables tar -j
@bamurtaugh
Copy link
Member

Thanks for opening @lucasfcnunes!

As a heads up, our team has been actively focused on an updated plan for community contributions and this repo moving forward, which we've now outlined in this issue: #1589. This includes moving to a couple new repos for images (https://github.com/devcontainers/images) and Features (https://github.com/devcontainers/features), and we anticipate to have a similar repo and process for templates/definitions.

@lucasfcnunes
Copy link
Contributor Author

Closing this one as it's being dealt with in devcontainers/features#143 and devcontainers/features#142

samruddhikhandale pushed a commit to devcontainers/features that referenced this pull request Sep 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants