We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a3ac7 commit b0a3cedCopy full SHA for b0a3ced
Dockerfile
@@ -86,6 +86,8 @@ FROM $BASE_TAG
86
# so it uses apt
87
ARG DEBIAN_FRONTEND=noninteractive
88
RUN apt-get update -y \
89
+ && apt-get install -y --no-install-recommends \
90
+ ca-certificates \
91
&& apt-get install -y sqlite3 postgresql \
92
&& rm -rf /var/lib/apt/lists/*
93
WORKDIR /firefly
@@ -102,4 +104,4 @@ COPY --from=uidownloader /firefly/frontend /firefly/frontend
102
104
COPY --from=sbom /sbom.spdx.json /sbom.spdx.json
103
105
RUN ln -s /firefly/firefly /usr/bin/firefly
106
USER 1001
-ENTRYPOINT [ "/usr/bin/firefly" ]
107
+ENTRYPOINT [ "/usr/bin/firefly" ]
0 commit comments