Update Dockerfile
This commit is contained in:
parent
ee1b7085a6
commit
c490ec42ef
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ RUN apt-get update && \
|
||||||
libcurl4 \
|
libcurl4 \
|
||||||
sudo && \
|
sudo && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
apt-get devscripts && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Setup User to match Host User, and give superuser permissions
|
# Setup User to match Host User, and give superuser permissions
|
||||||
|
|
Loading…
Reference in a new issue