parent
6956f0aab9
commit
3885d9c9f5
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
||||
#Download base image latest debian |
||||
FROM debian:latest |
||||
|
||||
# Update Software repository |
||||
RUN apt-get update |
||||
|
||||
RUN apt-get install -y sudo && \ |
||||
rm -rf /var/lib/apt/lists/* |
||||
Loading…
Reference in new issue