Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ursisterbtw authored Dec 9, 2024
1 parent 8f889b8 commit 4bd1199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu

# Set non-interactive mode for APT
ENV DEBIAN_FRONTEND=noninteractive

# Install necessary packages
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
curl \
Expand All @@ -14,7 +16,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libpq-dev && \
rm -rf /var/lib/apt/lists/*

# Reset DEBIAN_FRONTEND if needed
ENV DEBIAN_FRONTEND=dialog

# Set environment variables
ENV PATH="/root/.cargo/bin:${PATH}"
ENV PYTHONPATH="${PYTHONPATH}:/workspace"

0 comments on commit 4bd1199

Please sign in to comment.