diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ed043dc98..970b2bd6d 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -15,10 +15,10 @@ RUN apt-get update \ libsdl2-dev \ libgl-dev \ libglu1-mesa-dev \ - libpthread-stubs0-dev + libpthread-stubs0-dev \ # Clean up lol && apt-get autoremove -y \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* -ENV DEBIAN_FRONTEND=dialog \ No newline at end of file +ENV DEBIAN_FRONTEND=dialog