We had an issue with installation of common-utils feature what is solved with following workaround added in our Dockerfile.
ADD https://raw.githubusercontent.com/devcontainers/features/7fa90110d762797cc0b1c2fe8fcc028c9b813d56/src/common-utils/install.sh /tmp/scripts/install-common.sh
But, we want to support latest version of common-utils feature and current workaround doesn't work with latest changes (refactoring of common-utils feature). Could you help us with this?
Hint: We would really appreciate if you could introduce tags when you are applying breaking changes.
We had an issue with installation of common-utils feature what is solved with following workaround added in our Dockerfile.
ADD https://raw.githubusercontent.com/devcontainers/features/7fa90110d762797cc0b1c2fe8fcc028c9b813d56/src/common-utils/install.sh /tmp/scripts/install-common.shBut, we want to support latest version of common-utils feature and current workaround doesn't work with latest changes (refactoring of common-utils feature). Could you help us with this?
Hint: We would really appreciate if you could introduce tags when you are applying breaking changes.