Przeglądaj źródła

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

Rodja Trappe 1 rok temu
rodzic
commit
0a8c9dff57
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .devcontainer/Dockerfile

+ 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