Skip to content

Commit

Permalink
Merge pull request #1035 from skrashevich/fix-docker-hardware-optimize
Browse files Browse the repository at this point in the history
fix(docker): optimize docker hardware image size by cleaning up apt cache
  • Loading branch information
AlexxIT committed Apr 20, 2024
2 parents 2d8ef99 + 55d9569 commit e610081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hardware.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,t
python3 curl jq \
intel-media-va-driver-non-free \
mesa-va-drivers \
libasound2-plugins
libasound2-plugins && \
apt-get clean && rm -rf /var/lib/apt/lists/*

COPY --link --from=rootfs / /

Expand Down

0 comments on commit e610081

Please sign in to comment.