Skip to content

Commit

Permalink
simplified Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Mar 22, 2022
1 parent 558397a commit 4c03e8a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,5 @@ CMD ["python3", "/opt/arm/arm/runui.py"]
# setup default directories and configs
FROM base as automatic-ripping-machine

# pass build args for labeling
ARG image_revision=2.5.9
ARG image_created="2022-03-16"

LABEL org.opencontainers.image.source=https://github.com/1337-server/automatic-ripping-machine
LABEL org.opencontainers.image.revision="2.5.9"
LABEL org.opencontainers.image.created="2022-03-16"
LABEL org.opencontainers.image.source=https://github.com//shitwolfymakes/automatic-ripping-machine
LABEL org.opencontainers.image.license=MIT

0 comments on commit 4c03e8a

Please sign in to comment.