This makes it simpler to manage by using the default name. It also helps my editor to recognise the file and highlight it properly.
7 lines
213 B
Docker
7 lines
213 B
Docker
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
|