Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 645b336

Browse files
authored
Update Dockerfile
1 parent 0bd6d30 commit 645b336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
1010
RUN ln -s /usr/bin/python3 /usr/bin/python
1111

1212
RUN apt-get update && apt-get install -y \
13-
bash git unzip \
13+
bash git-all unzip \
1414
libgl1-mesa-glx libglib2.0-0 \
1515
build-essential libopenmpi-dev \
1616
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)