Skip to content
Snippets Groups Projects
Dockerfile.docker-builder 230 B
FROM docker:24.0.1-cli AS docker-builder

RUN apk add --no-cache bash git coreutils ca-certificates curl sudo
RUN adduser -D hived && echo "hived ALL=(ALL) NOPASSWD: SETENV: /bin/cp" >> /etc/sudoers
USER hived
WORKDIR /home/hived