From ad7bed32310c820928173449e5977cf4fccc462f Mon Sep 17 00:00:00 2001 From: matt-bernstein <60152561+matt-bernstein@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:09:22 -0400 Subject: [PATCH] allow server dockerfile to build on mac (#80) --- Dockerfile.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.app b/Dockerfile.app index f6e905b3..2b21654a 100644 --- a/Dockerfile.app +++ b/Dockerfile.app @@ -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