Update Dockerfile

This commit is contained in:
Pascal Vizeli 2019-05-09 10:08:58 +02:00 committed by GitHub
parent 0fb9102e69
commit e273883077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
FROM ubuntu:18.04
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Docker
RUN apt-get update && apt-get install -y \
apt-transport-https \