Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/e-mission/e-mission-server
Browse files Browse the repository at this point in the history
…into gis-based-mode-detection
  • Loading branch information
shankari committed Jun 25, 2023
2 parents 661717f + e7efadb commit 7a649c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ RUN apt-get install -y -qq wget
# RUN apt-get -y install nano vim

# install jq to parse json within bash scripts
RUN curl -o /usr/local/bin/jq http://stedolan.github.io/jq/download/linux64/jq && \
chmod +x /usr/local/bin/jq
RUN apt-get install jq

# cleanup
RUN apt-get -y remove --purge build-essential
Expand Down

0 comments on commit 7a649c8

Please sign in to comment.