Browse Source

added feather python package

Fabian Peter Hammerle 4 years ago
parent
commit
f045b61fda
1 changed files with 5 additions and 0 deletions
  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