Skip to content

Commit

Permalink
Merge pull request #2215 from fishtown-analytics/feature/add-spark-deps
Browse files Browse the repository at this point in the history
add spark deps to the test container
  • Loading branch information
beckjake authored Mar 19, 2020
2 parents b77b3a4 + a4620ad commit 41f7b8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
unit:
docker: &test_only
- image: fishtownjacob/test-container:4
- image: fishtownanalytics/test-container:5
environment:
DBT_INVOCATION_ENV: circle
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
destination: dist
integration-postgres-py36:
docker: &test_and_postgres
- image: fishtownjacob/test-container:4
- image: fishtownanalytics/test-container:5
environment:
DBT_INVOCATION_ENV: circle
- image: postgres
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install -y --no-install-recommends \
netcat postgresql curl git ssh software-properties-common \
make build-essential ca-certificates libpq-dev && \
make build-essential ca-certificates libpq-dev \
libsasl2-dev libsasl2-2 libsasl2-modules-gssapi-mit \
&& \
add-apt-repository ppa:deadsnakes/ppa && \
apt-get install -y \
python python-dev python-pip \
Expand Down

0 comments on commit 41f7b8c

Please sign in to comment.