Skip to content

Commit

Permalink
fix: dockerfile (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
arirubinstein authored Oct 27, 2022
1 parent e953249 commit 4517d9c
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 @@ -2,7 +2,7 @@ FROM python:3.9.9-slim

ENV APPHOME=/staketaxcsv

RUN apt-get update && apt-get install --no-install-recommends -y curl bzip2 \
RUN apt-get update && apt-get install --no-install-recommends -y curl bzip2 build-essential \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p ${APPHOME}
Expand Down

0 comments on commit 4517d9c

Please sign in to comment.