Преглед изворни кода

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

Rodja Trappe пре 1 година
родитељ
комит
0a8c9dff57
1 измењених фајлова са 1 додато и 1 уклоњено
  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