Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Feb 13, 2025
1 parent cabc04a commit 5261a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/dagster/Dockerfile_user_code
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10-slim

# Install curl
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y curl unzip && rm -rf /var/lib/apt/lists/*

# Base requirements
COPY requirements.txt user_code_requirements.txt
Expand Down

0 comments on commit 5261a98

Please sign in to comment.