Skip to content

Commit

Permalink
Add procps (containing ps) instead of psmisc to alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Jul 22, 2021
1 parent 749252a commit 7341942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniconda3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ARG CONDA_VERSION=py39_4.10.3
ARG SHA256SUM=1ea2f885b4dbc3098662845560bc64271eb17085387a70c2ba3f29fff6f8d52f

# hadolint ignore=DL3018
RUN apk add -q --no-cache bash psmisc && \
RUN apk add -q --no-cache bash procps && \
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh -O miniconda.sh && \
echo "${SHA256SUM} miniconda.sh" > miniconda.sha256 && \
if ! sha256sum -cs miniconda.sha256; then exit 1; fi && \
Expand Down

0 comments on commit 7341942

Please sign in to comment.