diff --git a/42.3/Dockerfile b/42.3/Dockerfile new file mode 100644 index 0000000..f178293 --- /dev/null +++ b/42.3/Dockerfile @@ -0,0 +1,5 @@ +FROM moul/go-dl-extract +MAINTAINER Manfred Touron (@moul) +# by inheriting the moul/go-dl-extract, the first RUN means a remote ADD +RUN -md5 bb26f0044919c1cad903db33e9f60ee0 http://download.opensuse.org/ports/armv7hl/distribution/leap/42.3/appliances/openSUSE-Leap42.3-ARM-JeOS.armv7-rootfs.armv7l.tbz +CMD ["/bin/bash"]