We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a05fa commit 3432e6eCopy full SHA for 3432e6e
Dockerfile
@@ -86,8 +86,7 @@ FROM $BASE_TAG
86
# so it uses apt
87
ARG DEBIAN_FRONTEND=noninteractive
88
RUN apt-get update -y \
89
- && apt-get install -y postgresql \
90
- && apt-get install -y sqlite \
+ && apt-get install -y sqlite3 postgresql \
91
&& rm -rf /var/lib/apt/lists/*
92
WORKDIR /firefly
93
RUN chgrp -R 0 /firefly/ \
0 commit comments