Skip to content

Commit

Permalink
Update Docker Dependencies (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsoltz authored Dec 17, 2024
1 parent 3e0df99 commit 5c03272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ WORKDIR /metahub
COPY . /metahub/

RUN apk upgrade --no-cache busybox \
&& apk add -U --no-cache git=2.45.1-r0 python3=3.12.3-r1 py3-pip=24.0-r2 \
&& apk add -U --no-cache git=2.47.1-r0 python3=3.12.8-r1 py3-pip=24.3.1-r0 \
&& rm -rf /var/cache/apk/* \
&& pip3 install --no-cache-dir -r requirements.txt --break-system-packages

0 comments on commit 5c03272

Please sign in to comment.