Skip to content

Commit f3b5455

Browse files
authored
Merge pull request #81 from dokku/josegonzalez-patch-1
fix: add missing jq dependency to build environment
2 parents 69762fb + 8df2e24 commit f3b5455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.17.7-buster
22

33
# hadolint ignore=DL3027
44
RUN apt-get update \
5-
&& apt install apt-transport-https build-essential curl gnupg2 lintian rpm rsync rubygems-integration ruby-dev ruby software-properties-common sudo -qy \
5+
&& apt install apt-transport-https build-essential curl gnupg2 jq lintian rpm rsync rubygems-integration ruby-dev ruby software-properties-common sudo -qy \
66
&& apt-get clean \
77
&& rm -rf /var/lib/apt/lists/*
88

0 commit comments

Comments
 (0)