Renamed some docker files to Dockerfile

This makes it simpler to manage by using the default name. It also helps
my editor to recognise the file and highlight it properly.
This commit is contained in:
2018-03-23 12:42:56 +01:00
parent 1fca473257
commit 7cb4b37ae2
6 changed files with 3 additions and 3 deletions

6
docker/1_base/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM ubuntu:17.10
MAINTAINER Francesco Siddi <francesco@blender.org>
RUN apt-get update && apt-get install -qyy \
-o APT::Install-Recommends=false -o APT::Install-Suggests=false \
openssl ca-certificates