Skip to content

Commit

Permalink
remove not needed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent ccb3d66 commit b622208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11-slim-bullseye as builder

RUN apt-get update -qq && apt-get install -q -y --no-install-recommends \
build-essential ninja-build git curl libxerces-c-dev \
build-essential ninja-build git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit b622208

Please sign in to comment.