diff --git a/Dockerfile.build b/Dockerfile.build index c86934f..a2812d7 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,13 +1,13 @@ FROM golang:1.20.5-buster RUN apt-get update \ - && apt install apt-transport-https build-essential curl gnupg2 jq lintian rpm rsync rubygems-integration ruby-dev ruby -qy \ - && git clone https://github.com/bats-core/bats-core.git /tmp/bats-core \ - && cd /tmp/bats-core \ - && ./install.sh /usr/local \ - && apt-get clean \ - && rm -rf /var/lib/apt/lists/* + && apt install apt-transport-https build-essential curl gnupg2 jq lintian rpm rsync rubygems-integration ruby-dev ruby -qy \ + && git clone https://github.com/bats-core/bats-core.git /tmp/bats-core \ + && cd /tmp/bats-core \ + && ./install.sh /usr/local \ + && apt-get clean \ + && rm -rf /var/lib/apt/lists/* -RUN gem install --no-ri --no-rdoc --quiet rake fpm package_cloud +RUN gem install --quiet rake fpm package_cloud WORKDIR /src