diff --git a/images/docker/Dockerfile.27 b/images/docker/Dockerfile.27 index eb67747..bdef284 100644 --- a/images/docker/Dockerfile.27 +++ b/images/docker/Dockerfile.27 @@ -1,6 +1,9 @@ # reference: https://github.com/docker-library/docker/blob/75c73110b6ee739dab28c30b757eec51484968c1/27/dind/Dockerfile FROM docker:27 +# Needed to test outbound URL access +RUN apk add curl + # Added to alleviate the current shortcoming of Golem storage implementation which requires a volume # to be defined in order to access the storage on the provider VOLUME /storage \ No newline at end of file