1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-11 14:42:46 +02:00

procps package is required for ps ()

The run-skype-and-wait-for-exit script requires the ps binary but it isn't available as procps package isn't installed.
This commit is contained in:
ocagdas 2019-04-04 23:26:09 +01:00 committed by Jess Frazelle
parent 4c0d8fa298
commit 930c5fb426

@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
curl \ curl \
gnupg \ gnupg \
procps \
--no-install-recommends --no-install-recommends
# Add the skype debian repo # Add the skype debian repo