Skip to content

Commit

Permalink
Updated baseimage to version 4.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jul 3, 2024
1 parent 7976254 commit 4f98f9b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

# Pull base image.
FROM jlesage/baseimage-gui:alpine-3.16-v4.5.3
FROM jlesage/baseimage-gui:alpine-3.16-v4.6.3

# Docker image version is provided via build arg.
ARG DOCKER_IMAGE_VERSION=
Expand All @@ -26,11 +26,7 @@ RUN \
# Needed for dark mode support.
adwaita-qt \
# Need a font.
font-croscore \
mesa-dri-gallium \
&& \
# Save some space by removing unused DRI drivers.
find /usr/lib/xorg/modules/dri/ -type f ! -name swrast_dri.so -exec echo "Removing {}..." ';' -delete
font-croscore

# Install dupeGuru.
RUN \
Expand Down

0 comments on commit 4f98f9b

Please sign in to comment.