Skip to content

Commit 3ceba89

Browse files
authored
feat(build): Add git for docker image (#2584)
1 parent 5dbfb24 commit 3ceba89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RUN if [ "$USE_TSINGHUA_UBUNTU" = "true" ]; then \
101101
sed -i 's/archive.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list && \
102102
sed -i 's/security.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list; \
103103
fi && \
104-
apt-get update && apt-get install -y --no-install-recommends gnupg ca-certificates apt-transport-https && \
104+
apt-get update && apt-get install -y --no-install-recommends git sqlite3 gnupg ca-certificates apt-transport-https && \
105105
apt-get clean && \
106106
rm -rf /var/lib/apt/lists/* && \
107107
apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)