diff options
author | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2023-05-11 00:48:45 +0400 |
---|---|---|
committer | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2023-05-11 00:48:45 +0400 |
commit | 9343618bdea96942c86fa8fc927a28f2885550af (patch) | |
tree | 437653b6401fa8ee26d8028216fa4b96b521dfec | |
parent | ca324076529cbc698ccd2ea3f1091a0e3ac99842 (diff) |
Fix Dockerfile_test
-rw-r--r-- | Dockerfile_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile_test b/Dockerfile_test index 7254706..0c7ce6a 100644 --- a/Dockerfile_test +++ b/Dockerfile_test @@ -14,7 +14,7 @@ RUN apt-get -qq update && \ libicu-dev \ libssl-dev \ make \ - python-dev \ + python2.7-dev \ wget \ zlib1g-dev && \ rm -rf /var/lib/apt/lists/* |