Skip to content

Commit

Permalink
add ps utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Ungar Felding committed Dec 10, 2024
1 parent 166a822 commit b874fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EXPOSE 2143/tcp

# Install dependencies and protonmail bridge
RUN apt-get update \
&& apt-get install -y --no-install-recommends socat pass libsecret-1-0 ca-certificates \
&& apt-get install -y --no-install-recommends procps socat pass libsecret-1-0 ca-certificates \
&& rm -rf /var/lib/apt/lists/*

# Copy bash scripts
Expand Down

0 comments on commit b874fa9

Please sign in to comment.