Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes authored Oct 24, 2024
1 parent efb979b commit baf3b37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit baf3b37

Please sign in to comment.