Fix devscripts install

This commit is contained in:
Marc Paine 2022-05-24 10:31:29 -07:00 committed by GitHub
parent c490ec42ef
commit e61bb14403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,9 @@ RUN apt-get update && \
apt-get -qqy install \
curl \
libcurl4 \
devscripts \
sudo && \
apt-get clean && \
apt-get devscripts && \
rm -rf /var/lib/apt/lists/*
# Setup User to match Host User, and give superuser permissions