Skip to content
Snippets Groups Projects
Commit 31d610b3 authored by nrbffs's avatar nrbffs
Browse files

create and run as user

parent 935cbb72
Branches
No related tags found
No related merge requests found
...@@ -3,3 +3,7 @@ FROM debian:9 ...@@ -3,3 +3,7 @@ FROM debian:9
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y git subversion python build-essential gawk unzip libz-dev libncurses-dev libssl-dev time curl wget ecdsautils \ && apt-get install -y git subversion python build-essential gawk unzip libz-dev libncurses-dev libssl-dev time curl wget ecdsautils \
&& apt-get clean && apt-get clean
# gluon build fails when running as root
RUN adduser --quiet --disabled-login --gecos '' build
USER build:build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment