Skip to content

Commit

Permalink
Merge pull request #48 from dokku/master
Browse files Browse the repository at this point in the history
Fix releasing
  • Loading branch information
josegonzalez authored Jan 31, 2022
2 parents 541cf57 + 6e9971e commit 351df8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.17.6-buster

# hadolint ignore=DL3027
RUN apt-get update \
&& apt install apt-transport-https bats build-essential curl gnupg2 lintian rpm rsync rubygems-integration ruby-dev ruby -qy \
&& apt install apt-transport-https bats build-essential curl gnupg2 jq lintian rpm rsync rubygems-integration ruby-dev ruby -qy \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 351df8c

Please sign in to comment.