Skip to content

Commit 1e8213e

Browse files
upd(headful): erase straggling metadata removal
1 parent 04f4cad commit 1e8213e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

images/chromium-headful/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=ubuntu2204-aptcac
3636
set -eux; \
3737
apt-get update; \
3838
apt-get --no-install-recommends -y install \
39-
git gcc pkgconf autoconf automake libtool make xorg-dev xutils-dev \
40-
&& rm -rf /var/lib/apt/lists/*;
39+
git gcc pkgconf autoconf automake libtool make xorg-dev xutils-dev;
4140
COPY images/chromium-headful/xorg-deps/ /xorg/
4241
# build xf86-video-dummy v0.3.8 with RandR support
4342
RUN set -eux; \

0 commit comments

Comments
 (0)