Ver código fonte

added feather python package

Fabian Peter Hammerle 4 anos atrás
pai
commit
f045b61fda
1 arquivos alterados com 5 adições e 0 exclusões
  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