Skip to content

Commit

Permalink
Add build-essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jbagot committed Oct 31, 2020
1 parent 0fc1669 commit 9cb3fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /anem-per-feina/

RUN apt-get update \
&& apt-get install --no-install-recommends -qy wait-for-it \
build-essential \
&& rm -rf /var/lib/apt/list/*

COPY requirements.txt ./
Expand Down

0 comments on commit 9cb3fd5

Please sign in to comment.