Skip to content

Commit

Permalink
fix: Dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pagbrl committed Oct 18, 2024
1 parent 6db219f commit c0a63ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm-slim

LABEL org.opencontainers.image.source = "https://github.com/dataforgoodfr/d4g-s3-backup"
LABEL org.opencontainers.image.authors = "Data For Good"
LABEL org.opencontainers.image.source="https://github.com/dataforgoodfr/d4g-s3-backup"
LABEL org.opencontainers.image.authors="Data For Good France"

RUN apt update && apt install -y s3cmd && apt clean

Expand Down

0 comments on commit c0a63ce

Please sign in to comment.