diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 75b416d0f..8f4c9cbd6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -77,7 +77,5 @@ RUN pip3 install -U \ Cython==0.29.36 -# install rake -RUN gem install --no-document rake -## install fpm; needs to be pinned to 1.13.1 because some packages cannot be built with the newest release 1.14.0 -RUN gem install --no-document fpm -v 1.14.2 \ No newline at end of file +# install fpm +RUN gem install --no-document rake dotenv:2.8.1 fpm:1.14.2 \ No newline at end of file diff --git a/.github/workflows/build/Dockerfile.ubuntu-2004 b/.github/workflows/build/Dockerfile.ubuntu-2004 index 75a959f65..d7ac2b296 100644 --- a/.github/workflows/build/Dockerfile.ubuntu-2004 +++ b/.github/workflows/build/Dockerfile.ubuntu-2004 @@ -35,5 +35,5 @@ RUN apt-get update -y && apt-get install -y \ # Python python3-pip \ rubygems && \ - gem install --no-document fpm -v 1.14.2 && \ + gem install --no-document dotenv:2.8.1 fpm:1.14.2 && \ pip3 install Cython==0.29.36 \ No newline at end of file diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index a0864b7a6..878f047cc 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -29,7 +29,7 @@ RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE RUN sudo add-apt-repository 'deb https://hyperledger.jfrog.io/artifactory/indy focal dev' && \ sudo add-apt-repository 'deb http://security.ubuntu.com/ubuntu bionic-security main' && \ sudo add-apt-repository 'deb https://repo.sovrin.org/deb bionic master' && \ - sudo add-apt-repository 'deb https://repo.sovrin.org/sdk/deb bionic master' + sudo add-apt-repository 'deb https://repo.sovrin.org/sdk/deb bionic master' RUN sudo apt-get update -y && sudo apt-get install -y \ # Python @@ -68,7 +68,5 @@ RUN pip3 install -U \ 'pyzmq==22.3.0'\ flake8==3.8.4 -# install rake -RUN sudo gem install --no-document rake -## install fpm; needs to be pinned to 1.13.1 because some packages cannot be built with the newest release 1.14.0 -RUN sudo gem install --no-document fpm -v 1.14.2 \ No newline at end of file +# install fpm +RUN sudo gem install --no-document rake dotenv:2.8.1 fpm:1.14.2 \ No newline at end of file