Browse Source

Install `curl` in container

Jake Howard 2 năm trước cách đây
mục cha
commit
115598e13d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -22,6 +22,7 @@ ADD requirements/ /requirements/
 RUN set -ex \
     && BUILD_DEPS=" \
         build-essential \
+        curl \
         git \
         libexpat1-dev \
         libjpeg62-turbo-dev \