kopwei
Results
1
comments of
kopwei
I have the same issue with the following Dockerfile: ```dockerfile FROM mcr.microsoft.com/devcontainers/base:bullseye RUN sh -c 'curl --silent --location https://git.io/JYfAY | bash' RUN curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=/usr/bin sh ``` I...