We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbfb24 commit 3ceba89Copy full SHA for 3ceba89
docker/base/Dockerfile
@@ -101,7 +101,7 @@ RUN if [ "$USE_TSINGHUA_UBUNTU" = "true" ]; then \
101
sed -i 's/archive.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list && \
102
sed -i 's/security.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list; \
103
fi && \
104
- apt-get update && apt-get install -y --no-install-recommends gnupg ca-certificates apt-transport-https && \
+ apt-get update && apt-get install -y --no-install-recommends git sqlite3 gnupg ca-certificates apt-transport-https && \
105
apt-get clean && \
106
rm -rf /var/lib/apt/lists/* && \
107
apt-get update && apt-get install -y \
0 commit comments