Skip to content

Commit

Permalink
Add labels to dockerfile (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean authored Aug 30, 2024
2 parents c8d6882 + 2b86fff commit 15cf8c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM minizinc/minizinc:2.5.5

LABEL org.opencontainers.image.source=https://github.com/TechlauncherFireApp/backend
LABEL org.opencontainers.image.description="A web API designed to efficiently manage and schedule volunteer firefighters."
LABEL org.opencontainers.image.licenses=MIT

# Install Python3.8 and some packages
RUN apt update \
&& DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -yqq pkg-config wget git gnupg curl python3.8 python3-pip libmysqlclient-dev
Expand Down

0 comments on commit 15cf8c6

Please sign in to comment.