We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fbc4e commit cbfb661Copy full SHA for cbfb661
Dockerfile
@@ -1,5 +1,8 @@
1
-
+#
2
# Base image
3
+# @see https://github.com/linuxserver/docker-baseimage-alpine
4
+# @see https://github.com/linuxserver/docker-baseimage-alpine-python3
5
6
FROM lsiobase/alpine.python3:latest
7
8
# Build arguments
hooks/build
@@ -2,6 +2,7 @@
#
# DockerHub build hook (overrides default build command)
+# @see https://docs.docker.com/docker-hub/builds/advanced/
echo "Building image"
0 commit comments