Skip to content

Commit 2d59bc5

Browse files
authored
Add libxrender, libxtst6, libxext6, libxi6 for ChemDraw to get example code working (#217)
1 parent 9f5434c commit 2d59bc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ RUN apt-get update \
99
build-essential \
1010
git \
1111
wget \
12+
libxrender1 \
13+
libxtst6 \
14+
libxext6 \
15+
libxi6 \
1216
&& rm -rf /var/lib/apt/lists/* \
1317
&& apt-get autoremove -y \
1418
&& apt-get clean

0 commit comments

Comments
 (0)