diff --git a/Earthfile b/Earthfile index a74ae74..a00f5c9 100644 --- a/Earthfile +++ b/Earthfile @@ -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