mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Dockerfile: yes apt
This commit is contained in:
parent
7d1a97f015
commit
e75218c0e9
@ -27,8 +27,8 @@ RUN apt-get update \
|
|||||||
sudo \
|
sudo \
|
||||||
uuid-runtime \
|
uuid-runtime \
|
||||||
tzdata \
|
tzdata \
|
||||||
&& apt remove --purge software-properties-common gnupg-agent \
|
&& apt remove --purge -y software-properties-common gnupg-agent \
|
||||||
&& apt autoremove --purge \
|
&& apt autoremove --purge -y \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& localedef -i en_US -f UTF-8 en_US.UTF-8 \
|
&& localedef -i en_US -f UTF-8 en_US.UTF-8 \
|
||||||
&& useradd -m -s /bin/bash linuxbrew \
|
&& useradd -m -s /bin/bash linuxbrew \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user