Skip to content

Commit 9343618

Browse files
committed
Fix Dockerfile_test
1 parent ca32407 commit 9343618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get -qq update && \
1414
libicu-dev \
1515
libssl-dev \
1616
make \
17-
python-dev \
17+
python2.7-dev \
1818
wget \
1919
zlib1g-dev && \
2020
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)