Merge pull request #70 into master

cb7991b client: Dockerfiles: ubuntu: 'USER root' to install (Aaron Fiore)
This commit was merged in pull request #70.
This commit is contained in:
2024-06-28 19:00:01 -07:00

View File

@@ -60,6 +60,7 @@ RUN echo "pushd /usr/local/src/root/bin 1>/dev/null && source \"/usr/local/src/r
RUN echo "export PATH=\"\$PATH::/usr/local/src/root/bin\"" | tee -a ~/.bash_aliases
# docker-finance
USER root
RUN apt install -y \
botan \
googletest \