mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
add ps to the docker image (interline needed this)
This commit is contained in:
@@ -6,6 +6,13 @@ LABEL org.opencontainers.image.licenses=MIT
|
||||
# OpenFE Version we want to build
|
||||
ARG VERSION
|
||||
|
||||
# install ps
|
||||
USER root
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
procps \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
USER $MAMBA_USER
|
||||
|
||||
# Don't buffer stdout & stderr streams, so if there is a crash no partial buffer output is lost
|
||||
# https://docs.python.org/3/using/cmdline.html#cmdoption-u
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
Reference in New Issue
Block a user