procps package is required for ps (#453)

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

View File

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