mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
chore: update Dockerfile
This commit is contained in:
parent
248509129a
commit
f4d864da7d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ RUN echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu bionic main universe
|
|||
RUN apt-get update && \
|
||||
apt-get install --quiet --yes --no-install-recommends \
|
||||
python3-dev python3-pip python3-setuptools python3-wheel locales && \
|
||||
rm -rf /var/lib/{apt,dpkg,cache,log}
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Setup locale
|
||||
ENV LC_ALL=C.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue