Skip to content

Commit

Permalink
Add gcc install back to build (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche authored Mar 7, 2019
1 parent 16dab9f commit f4b2bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir -pv /var/lock
RUN mkdir -pv /var/mycodo/ssl_certs
RUN mkdir -pv /var/mycodo/database

RUN apt-get update && apt-get install -y moreutils wget
RUN apt-get update && apt-get install -y moreutils wget gcc

RUN pip install --no-cache-dir -r /home/mycodo/requirements.txt

Expand Down

0 comments on commit f4b2bb4

Please sign in to comment.