Skip to content

Commit

Permalink
Explicitly install gnupg now that we're on stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 24, 2018
1 parent 358b045 commit 59f4041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 3.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN groupadd -r redmine && useradd -r -g redmine redmine

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
gnupg dirmngr \
wget \
&& rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions 3.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN groupadd -r redmine && useradd -r -g redmine redmine

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
gnupg dirmngr \
wget \
&& rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN groupadd -r redmine && useradd -r -g redmine redmine

RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
gnupg dirmngr \
wget \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 59f4041

Please sign in to comment.