我想在我的Docker容器中安装Criterion。我使用“ gcc:9.1”作为基本图像。 “ add-apt-repository”显示上述错误,然后“ apt-get install”失败。如果我使用ubuntu图像执行这些操作,则一切正常。因此,我认为可能缺少一些依赖关系。
RUN add-apt-repository ppa:snaipewastaken/ppa
RUN apt-get update
RUN apt-get install -y --no-install-recommends criterion-dev