mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Dockerfile: remove USER linuxbrew
.
This defaults to `root` but we still want to keep a Linuxbrew user on the system.
This commit is contained in:
parent
31dd2ee856
commit
019d97b4c8
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user