Dockerfile: yes apt

This commit is contained in:
Dawid Dziurla 2022-04-24 23:31:03 +02:00 committed by GitHub
parent 7d1a97f015
commit e75218c0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,8 @@ RUN apt-get update \
sudo \
uuid-runtime \
tzdata \
&& apt remove --purge software-properties-common gnupg-agent \
&& apt autoremove --purge \
&& apt remove --purge -y software-properties-common gnupg-agent \
&& apt autoremove --purge -y \
&& rm -rf /var/lib/apt/lists/* \
&& localedef -i en_US -f UTF-8 en_US.UTF-8 \
&& useradd -m -s /bin/bash linuxbrew \