Skip to content

Commit 3432e6e

Browse files
committed
dockerfile chanegs for new base image
1 parent 09a05fa commit 3432e6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ FROM $BASE_TAG
8686
# so it uses apt
8787
ARG DEBIAN_FRONTEND=noninteractive
8888
RUN apt-get update -y \
89-
&& apt-get install -y postgresql \
90-
&& apt-get install -y sqlite \
89+
&& apt-get install -y sqlite3 postgresql \
9190
&& rm -rf /var/lib/apt/lists/*
9291
WORKDIR /firefly
9392
RUN chgrp -R 0 /firefly/ \

0 commit comments

Comments
 (0)