Test in debian 9, ubuntu 14.04 and ubuntu 16.04
This commit is contained in:
12
tests/dockerfiles/ubuntu16/Dockerfile
Normal file
12
tests/dockerfiles/ubuntu16/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM ubuntu:16.04
|
||||
|
||||
RUN useradd -ms /bin/bash user
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
curl \
|
||||
python \
|
||||
sudo \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD ["/sbin/init"]
|
||||
Reference in New Issue
Block a user