diff options
author | reverite <samantha@chalker.io> | 2019-06-27 16:38:54 -0700 |
---|---|---|
committer | reverite <samantha@chalker.io> | 2019-06-27 16:38:54 -0700 |
commit | 60bee8036a093cb879400888f1257d2a703c1354 (patch) | |
tree | 7f8112989f9583144565eb5a71893bc293ac2b94 /Dockerfile | |
parent | 9540fb5518dcda023ffc747367b2303a5c469b07 (diff) |
Retry
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 1dde3fa3c..9c106f83e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch as build-dep +FROM ubuntu:18.04 as build-dep # Use bash for the shell SHELL ["bash", "-c"] |