Skip to content

Commit

Permalink
added libraries so that make lint inside the Docker container works (
Browse files Browse the repository at this point in the history
…#1586)

Co-authored-by: roll <roll@users.noreply.github.com>
  • Loading branch information
jze and roll authored Jan 24, 2024
1 parent f9c0e0a commit bb4eeb3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
make \
python3-pip \
python3-psycopg2
postgresql-common \
libpq-dev \
build-essential \
libpython3-dev

COPY . /home/frictionless

WORKDIR /home/frictionless

RUN pip install wheel \
RUN pip install wheel hatch \
&& make install

0 comments on commit bb4eeb3

Please sign in to comment.