forked from EvergreenCrypto/docker-finance
client: create templated custom Dockerfiles
This commit is contained in:
@@ -59,14 +59,6 @@ RUN pacman -Syu \
|
||||
root \
|
||||
--noconfirm --disable-download-timeout
|
||||
|
||||
# Optional userspace
|
||||
RUN pacman -Syu \
|
||||
calc \
|
||||
emacs-nox \
|
||||
less \
|
||||
nano \
|
||||
--noconfirm --disable-download-timeout
|
||||
|
||||
# PHP mandatory requirements
|
||||
RUN sed -i \
|
||||
-e 's:^;extension=bcmath:extension=bcmath:' \
|
||||
@@ -108,9 +100,6 @@ WORKDIR /home/@DOCKER_FINANCE_USER@
|
||||
RUN pipx install shyaml
|
||||
RUN pipx install csvkit
|
||||
|
||||
# Optional userspace (python / ROOT.cern custom metadata analysis)
|
||||
RUN pipx install xlsx2csv
|
||||
|
||||
# Superscript
|
||||
RUN echo "source \"\${DOCKER_FINANCE_CONTAINER_CONF}/shell/superscript.bash\"" | tee -a ~/.bashrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user