Skip to content

Commit

Permalink
Adding required QT tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mpichette committed Dec 16, 2024
1 parent f57c19b commit ca3b7a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/debian/debian-12/debian-12-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ FROM debian:12

ARG TARGETPLATFORM

RUN echo "deb https://deb.debian.org/debian bookworm main contrib" >> /etc/apt/sources.list && \
echo "deb-src https://deb.debian.org/debian bookworm main contrib" >> /etc/apt/sources.list && \
RUN sed -i 's/^Components: main$/& contrib/' /etc/apt/sources.list.d/debian.sources && \
apt-get clean && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand Down

0 comments on commit ca3b7a5

Please sign in to comment.