Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
b4aa67a6
Unverified
Commit
b4aa67a6
authored
Jun 25, 2025
by
Biswa Panda
Committed by
GitHub
Jun 25, 2025
Browse files
fix: rm curl from api-store image (#1569)
parent
5960947f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
deploy/cloud/api-store/Earthfile
deploy/cloud/api-store/Earthfile
+0
-1
No files found.
deploy/cloud/api-store/Earthfile
View file @
b4aa67a6
...
@@ -24,7 +24,6 @@ uv-base:
...
@@ -24,7 +24,6 @@ uv-base:
COPY +uv-source/uv /bin/uv
COPY +uv-source/uv /bin/uv
RUN uv venv
RUN uv venv
ENV PATH="/app/.venv/bin:$PATH"
ENV PATH="/app/.venv/bin:$PATH"
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
WORKDIR /app
WORKDIR /app
COPY uv.lock pyproject.toml README.md /app
COPY uv.lock pyproject.toml README.md /app
RUN uv sync --frozen --no-install-project --no-dev --no-install-workspace --no-editable
RUN uv sync --frozen --no-install-project --no-dev --no-install-workspace --no-editable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment