Skip to content

Commit

Permalink
Add freetds-dev to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Feb 3, 2016
1 parent 27c3fee commit b222f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
FROM ubuntu:trusty
MAINTAINER Di Wu <[email protected]>

# Ubuntu packages
RUN apt-get update && \
apt-get install -y python-pip python-dev curl build-essential pwgen libffi-dev sudo git-core wget \
# Postgres client
libpq-dev \
# Additional packages required for data sources:
libssl-dev libmysqlclient-dev && \
libssl-dev libmysqlclient-dev freetds-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ deployment:
- echo "rd_ui/app" >> .dockerignore
- docker build -t redash/redash:$(./manage.py version | sed -e "s/\+/./") .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker pull redash/redash:latest
- docker push redash/redash:$(./manage.py version | sed -e "s/\+/./")
notify:
webhooks:
Expand Down

0 comments on commit b222f85

Please sign in to comment.