Skip to content

Commit

Permalink
bugfix: adding missing graphicsmagick dep. Photo fetcher should run f…
Browse files Browse the repository at this point in the history
…ine now.
  • Loading branch information
Asone committed Aug 14, 2018
1 parent 49491ea commit f790c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
an-data-fetcher :
docker-compose run assemblee cargo run -p tricoteuses_api_assemblee_open_data_fetcher -- -c Config.toml
an-pics-fetcher :
docker-compose run assemblee cargo run -p tricoteuses_api_assemblee_photos_fetcher -- -c Config.toml -v
an-pics-fetcher :
docker-compose run assemblee cargo run -p tricoteuses_api_assemblee_photos_fetcher -- -c Config.toml -v
2 changes: 1 addition & 1 deletion _provisioning/an-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL NAME=tricoteuses-an-api
LABEL VERSION=1

RUN apt-get update && \
apt-get install unzip;
apt-get install -y unzip graphicsmagick

ENV JQ_VERSION='1.5'

Expand Down

0 comments on commit f790c52

Please sign in to comment.