Docker: always apt-get update before apt-get install
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
FROM ubuntu:16.10
|
||||
MAINTAINER Francesco Siddi <francesco@blender.org>
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -qyy \
|
||||
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