Skip to content

Commit acdc087

Browse files
authored
Update Dockerfile
1 parent 396b237 commit acdc087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ COPY apt.txt /tmp/apt.txt
66
USER root
77
RUN apt-get update && \
88
xargs apt-get install -y < /tmp/apt.txt && \
9+
apt-get install -y sqlite3 libsqlite3-dev && \
910
apt-get clean && \
1011
rm -rf /var/lib/apt/lists/*
1112

0 commit comments

Comments
 (0)