Skip to content

Commit 009057c

Browse files
authored
Update Dockerfile.proxy_only
1 parent 8b4e6fc commit 009057c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.proxy_only

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ENV OPTILLM_PORT=$PORT
1010
WORKDIR /app
1111

1212
# Install system dependencies
13-
RUN --mount=type=cache,target=/var/cache/apt \
14-
--mount=type=cache,target=/var/lib/apt \
15-
apt-get update && apt-get install -y --no-install-recommends \
13+
RUN apt-get update && \
14+
apt-get install -y --no-install-recommends \
1615
build-essential \
1716
python3-dev \
1817
gcc \
1918
g++ \
19+
&& apt-get clean \
2020
&& rm -rf /var/lib/apt/lists/*
2121

2222
# Copy only the requirements file first to leverage Docker cache

0 commit comments

Comments
 (0)