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:
6
docker/1_base/Dockerfile
Normal file
6
docker/1_base/Dockerfile
Normal 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
|
Reference in New Issue
Block a user