We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b2de6 commit 1a9994dCopy full SHA for 1a9994d
Dockerfile
@@ -1,6 +1,7 @@
1
FROM ubuntu:16.04
2
3
-LABEL org.opencontainers.image.source https://github.com/mu-editor/docker-mu-appimage
+LABEL org.opencontainers.image.description="Docker image to create Mu Editor AppImage builds."
4
+LABEL org.opencontainers.image.source="https://github.com/mu-editor/docker-mu-appimage"
5
6
# Installing build tools, git, python3 and setting it as the default python
7
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments