Add gnupg for signed commit verification
This commit is contained in:
parent
ddf9fb49e6
commit
05e63259a3
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ FROM docker.io/gitlab/gitlab-runner:alpine-v16.8.0
|
||||||
RUN true \
|
RUN true \
|
||||||
&& apk update \
|
&& apk update \
|
||||||
&& apk upgrade \
|
&& apk upgrade \
|
||||||
&& apk add ansible py3-influxdb py3-netaddr \
|
&& apk add gnupg ansible py3-influxdb py3-netaddr \
|
||||||
&& true
|
&& true
|
||||||
|
|
Reference in a new issue