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:
Mike McQuaid 2019-02-15 10:05:10 +00:00
parent 31dd2ee856
commit 019d97b4c8
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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 \