Dockerfiles: fixes related to hledger-flow import (coinbase/coinbase-pro) and Ubuntu-based docker-finance build #58

Merged
AaronFiore merged 0 commits from refs/pull/58/head into master 2024-06-13 22:23:27 +00:00
AaronFiore commented 2024-06-13 05:37:22 +00:00 (Migrated from gitea.com)

build

  • Fixes failing build of Ubuntu-based images (finance/dev-tools) if host UID/GID matches container's

import

  • Fixes import of coinbase/coinbase-pro when using csvkit 2.0.0
    IsADirectoryError: [Errno 21] Is a directory: '/etc/timezone'
    Selector name 'id' does not exist as a named header in the given CSV data.
    
     File "/home/user/.local/share/pipx/venvs/csvkit/lib/python3.12/site-packages/babel/localtime/_unix.py", line 57, in _get_localzone
       with open(tzpath, 'rb') as tzfile:
            ^^^^^^^^^^^^^^^^^^
    

See git-log for details.

`build` --- - Fixes failing build of Ubuntu-based images (finance/dev-tools) if host UID/GID matches container's `import` --- - Fixes import of coinbase/coinbase-pro when using csvkit 2.0.0 ``` IsADirectoryError: [Errno 21] Is a directory: '/etc/timezone' Selector name 'id' does not exist as a named header in the given CSV data. ``` ``` File "/home/user/.local/share/pipx/venvs/csvkit/lib/python3.12/site-packages/babel/localtime/_unix.py", line 57, in _get_localzone with open(tzpath, 'rb') as tzfile: ^^^^^^^^^^^^^^^^^^ ``` See git-log for details.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Reference: EvergreenCrypto/docker-finance#58