Skip to content

Commit 1a9994d

Browse files
committed
Use opencontainers labels.
skip-ci
1 parent b4b2de6 commit 1a9994d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ubuntu:16.04
22

3-
LABEL org.opencontainers.image.source https://github.com/mu-editor/docker-mu-appimage
3+
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"
45

56
# Installing build tools, git, python3 and setting it as the default python
67
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)