Skip to content

Commit

Permalink
Update Dockerfile-breezewiki to match https://github.com/PussTheCat-o…
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR authored Jan 21, 2024
1 parent 8f80b8f commit 21c3b65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile-breezewiki
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM racket/racket:8.9
FROM debian:stable-slim
WORKDIR /app
RUN apt install -y --no-install-recommends git \
RUN apt update \
&& apt install -y --no-install-recommends git racket ca-certificates curl sqlite3 \
&& apt autoclean -y \
&& apt autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
Expand All @@ -14,4 +15,4 @@ CMD ["racket", "dist.rkt"]
LABEL org.opencontainers.image.url https://github.com/FarisZR/Privacy-OCI
LABEL org.opencontainers.image.licenses AGPL-3.0
LABEL org.opencontainers.image.title Breezewiki
LABEL org.opencontainers.image.description "Auto updated container image for Breezewiki, An alternative frontend for Fandom."
LABEL org.opencontainers.image.description "Auto updated container image for Breezewiki, An alternative frontend for Fandom."

0 comments on commit 21c3b65

Please sign in to comment.