Skip to content
Snippets Groups Projects
Commit 27bf7a31 authored by Marcin Sobczyk's avatar Marcin Sobczyk
Browse files

Add sudo to docker-builder image

parent 59834935
No related branches found
No related tags found
1 merge request!8changes in gitlab job definitions and gitlab job images
Pipeline #71286 passed
FROM docker:24.0.1-cli AS docker-builder FROM docker:24.0.1-cli AS docker-builder
RUN apk add --no-cache bash git ca-certificates curl RUN apk add --no-cache bash git ca-certificates curl sudo
RUN adduser -D hived RUN adduser -D hived && echo "hived ALL=(ALL) NOPASSWD: SETENV: /bin/cp" >> /etc/sudoers
USER hived USER hived
WORKDIR /home/hived WORKDIR /home/hived
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment