Skip to content

Commit

Permalink
Add test dependencies to base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Jul 9, 2024
1 parent 695bdde commit adb365b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ BUILD:
RUN apt-get update; apt-get install -y debhelper dh-python python3-all python3-pip
# Install deps
RUN apt-get update; apt-get install -y python3-requests apt-file
# Test deps
RUN apt-get update; apt-get install -y libpq-dev python3-all-dev

COPY . /src/stdeb
WORKDIR /src/stdeb
Expand Down

0 comments on commit adb365b

Please sign in to comment.