get strace

This commit is contained in:
Jean-Paul Calderone 2020-08-07 21:56:37 -04:00
parent 107861802b
commit a60d4f7df4
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -13,6 +13,7 @@ RUN apt-get --quiet update && \
apt-get --quiet --yes install git && \
apt-get --quiet --yes install \
sudo \
strace \
build-essential \
python${PYTHON_VERSION} \
python${PYTHON_VERSION}-dev \