Skip to content

Commit 73364ba

Browse files
Update Dockerfile
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 678ef24 commit 73364ba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WORKDIR /app
1515
COPY pyproject.toml README.md ./
1616
COPY src/ ./src/
1717

18-
RUN apt-get update \
19-
&& rm -rf /var/lib/apt/lists/* \
20-
&& pip install --no-cache-dir -e . \
18+
RUN pip install --no-cache-dir -e . \
2119
&& useradd --create-home --shell /bin/bash appuser \
2220
&& chown -R appuser:appuser /app \
2321
&& mkdir -p /data && chown appuser:appuser /data

0 commit comments

Comments
 (0)