Skip to content

Commit

Permalink
updated docker 27 image
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Oct 24, 2024
1 parent fe50d07 commit e56fda0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/docker/Dockerfile.27
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e56fda0

Please sign in to comment.