Skip to content

Commit 4fff48e

Browse files
Add apk-tools upgrade before installing packages
1 parent 356f6b4 commit 4fff48e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM python:3.10-alpine3.23
22

33
# Install dependencies
4-
RUN apk update && apk add python3 python3-dev build-base musl-dev gcc g++ tzdata cargo rust libffi-dev musl-dev
4+
RUN apk update && apk upgrade --scripts=no apk-tools
5+
RUN apk add python3 python3-dev build-base musl-dev gcc g++ tzdata cargo rust libffi-dev musl-dev
56
RUN apk add --no-cache freetype-dev \
67
fribidi-dev \
78
harfbuzz-dev \

0 commit comments

Comments
 (0)