We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396b237 commit acdc087Copy full SHA for acdc087
Dockerfile
@@ -6,6 +6,7 @@ COPY apt.txt /tmp/apt.txt
6
USER root
7
RUN apt-get update && \
8
xargs apt-get install -y < /tmp/apt.txt && \
9
+ apt-get install -y sqlite3 libsqlite3-dev && \
10
apt-get clean && \
11
rm -rf /var/lib/apt/lists/*
12
0 commit comments