소스 검색

added feather python package

Fabian Peter Hammerle 5 년 전
부모
커밋
f045b61fda
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      Dockerfile

+ 5 - 0
Dockerfile

@@ -44,6 +44,11 @@ RUN apt-get update \
         r-cran-lubridate \
         r-cran-xml2
 
+# TODO merge
+RUN apt-get update \
+    && apt-get install --yes --no-install-recommends \
+        python3-feather-format
+
 RUN chgrp staff /usr/local/bin `# meranctile` \
     && chmod g+ws /usr/local/bin \
     && useradd --create-home --groups staff notebook