Update Dockerfile

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

View file

@ -12,6 +12,7 @@ RUN apt-get update && \
libcurl4 \
sudo && \
apt-get clean && \
apt-get devscripts && \
rm -rf /var/lib/apt/lists/*
# Setup User to match Host User, and give superuser permissions