Skip to content

Commit

Permalink
add spark deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Mar 18, 2020
1 parent b77b3a4 commit a4620ad
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 a4620ad

Please sign in to comment.