Skip to content
Snippets Groups Projects
Unverified Commit 019d97b4 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Dockerfile: remove `USER linuxbrew`.

This defaults to `root` but we still want to keep a Linuxbrew user on
the system.
parent 31dd2ee8
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ RUN cd /home/linuxbrew/.linuxbrew \
&& cd /home/linuxbrew/.linuxbrew/Homebrew \
&& git remote set-url origin https://github.com/Homebrew/brew
USER linuxbrew
WORKDIR /home/linuxbrew
ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH \
SHELL=/bin/bash \
......
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