1
0
Эх сурвалжийг харах

fix building on macos M1
by using build-essential package instead gcc

Rodja Trappe 1 жил өмнө
parent
commit
0a8c9dff57

+ 1 - 1
.devcontainer/Dockerfile

@@ -9,7 +9,7 @@ ENV POETRY_VERSION=1.6.1 \
 
 # Install packages
 RUN apt-get update && apt-get install --no-install-recommends -y \
-    sudo git gcc chromium chromium-driver \
+    sudo git build-essential chromium chromium-driver \
     && rm -rf /var/lib/apt/lists/*
 
 # Create remote user