From baf3b379eefd7aa6f7a31de26d00e82b39572b13 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Thu, 24 Oct 2024 13:27:55 -0400 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index da91dc58e..7b6a2efed 100755 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,6 @@ -FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04 -ENV DEBIAN_FRONTEND=noninteractive -ENV OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES +FROM mcr.microsoft.com/devcontainers/base:bullseye USER root +ENV OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES RUN apt update -y