Skip to content

Commit

Permalink
remove some unneeded deps from arm64 and amd64-cpu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed May 25, 2024
1 parent 7ed7980 commit 6a0f9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-amd64-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG BIN_VERSION=<unknown>

RUN apt-get -y update \
&& apt-get install --no-install-recommends -y \
curl git zip libpython3-dev python3-opencv libgl1 libglib2.0-0 gnupg g++ libusb-1.0-0\
curl git zip libpython3-dev python3-opencv libgl1 libglib2.0-0 libusb-1.0-0 \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir /app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG BIN_VERSION=<unknown>

RUN apt-get -y update \
&& apt-get install --no-install-recommends -y \
curl git zip libpython3-dev python3-opencv libgl1 libglib2.0-0 gnupg g++ libusb-1.0-0 \
curl git zip libpython3-dev python3-opencv libgl1 libglib2.0-0 libusb-1.0-0 \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir /app
Expand Down

0 comments on commit 6a0f9da

Please sign in to comment.