client: Dockerfiles: comment all optional userspace packages
- Shouldn't be applied to base image by default - Also removes `mc` from Ubuntu image as `mc` (more useful client-side)
This commit is contained in:
@@ -23,14 +23,17 @@
|
|||||||
# Optional userspace
|
# Optional userspace
|
||||||
#
|
#
|
||||||
|
|
||||||
USER root
|
#USER root
|
||||||
|
|
||||||
RUN pacman -Syu \
|
#RUN pacman -Syu \
|
||||||
calc \
|
# calc \
|
||||||
emacs-nox \
|
# less \
|
||||||
less \
|
# --noconfirm --disable-download-timeout
|
||||||
nano \
|
|
||||||
--noconfirm --disable-download-timeout
|
#RUN pacman -Syu \
|
||||||
|
# emacs-nox \
|
||||||
|
# nano \
|
||||||
|
# --noconfirm --disable-download-timeout
|
||||||
|
|
||||||
#
|
#
|
||||||
# Optional userspace (python / ROOT.cern custom metadata analysis)
|
# Optional userspace (python / ROOT.cern custom metadata analysis)
|
||||||
|
|||||||
@@ -23,15 +23,12 @@
|
|||||||
# Optional userspace
|
# Optional userspace
|
||||||
#
|
#
|
||||||
|
|
||||||
USER root
|
#USER root
|
||||||
|
#RUN apt-get update -y
|
||||||
RUN apt-get update -y
|
#RUN apt-get install -y \
|
||||||
|
# calc \
|
||||||
RUN apt-get install -y \
|
# emacs-nox \
|
||||||
calc \
|
# nano
|
||||||
emacs-nox \
|
|
||||||
mc \
|
|
||||||
nano
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Optional userspace (python)
|
# Optional userspace (python)
|
||||||
|
|||||||
Reference in New Issue
Block a user