Skip to content

Commit 8887b23

Browse files
chore: upgrade before installing
1 parent 16b66a1 commit 8887b23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean \
1111
RUN --mount=type=cache,id=apt-cache,target=/var/cache/apt,sharing=locked \
1212
--mount=type=cache,id=apt-lib,target=/var/lib/apt,sharing=locked \
1313
apt-get update \
14-
&& apt-get --no-install-recommends install --yes \
14+
&& apt-get upgrade --yes \
15+
&& apt-get install --no-install-recommends --yes \
1516
build-essential \
1617
musl-dev \
1718
musl-tools

0 commit comments

Comments
 (0)