Skip to content

Commit

Permalink
Use opencontainers labels.
Browse files Browse the repository at this point in the history
skip-ci
  • Loading branch information
carlosperate committed Jun 8, 2022
1 parent b4b2de6 commit 1a9994d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:16.04

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

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

0 comments on commit 1a9994d

Please sign in to comment.