Skip to content

Commit

Permalink
allow server dockerfile to build on mac (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernstein authored Apr 2, 2024
1 parent 2d02da8 commit ad7bed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.app
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.11-slim

# Install git
RUN apt-get update && apt-get install -y git
RUN apt-get update && apt-get install -y git gcc

# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down

0 comments on commit ad7bed3

Please sign in to comment.