Skip to content

Commit

Permalink
chore: new break system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 24, 2024
1 parent 3c32e0e commit 0e2ef50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM alpine:3.20
FROM alpine:latest

LABEL version="1.0"
LABEL maintainer="Hive Solutions <development@hive.pt>"

ENV PIP_BREAK_SYSTEM_PACKAGES "1"

RUN apk update &&\
apk add bash git ca-certificates python3 &&\
wget "https://bootstrap.pypa.io/get-pip.py" &&\
Expand Down

0 comments on commit 0e2ef50

Please sign in to comment.