We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe84af commit c54fdc0Copy full SHA for c54fdc0
1 file changed
infra/price-pusher/offchain/Dockerfile
@@ -1,20 +1,12 @@
1
FROM python:3.12-slim AS base
2
3
-ENV PYTHONUNBUFFERED=1 \
4
- PYTHONDONTWRITEBYTECODE=1 \
5
- PIP_NO_CACHE_DIR=off \
6
- PIP_DISABLE_PIP_VERSION_CHECK=on \
7
- PIP_DEFAULT_TIMEOUT=100
+ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=off PIP_DISABLE_PIP_VERSION_CHECK=on PIP_DEFAULT_TIMEOUT=100
8
9
ENV PATH="/root/.local/bin:${PATH}"
10
11
FROM base as builder
12
13
-RUN apt-get update &&
14
- apt-get install --no-install-recommends -y \
15
- gcc \
16
- libgmp3-dev \
17
- pipx
+RUN apt-get update && apt-get install --no-install-recommends -y gcc libgmp3-dev pipx
18
19
RUN pipx install uv
20
COPY pragma-sdk/ /opt/pragma-sdk/
0 commit comments