Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
added feather python package
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Dec 8, 2019
1 parent 567a1d7 commit f045b61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit f045b61

Please sign in to comment.