File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ ARG COMPOSE_SHA=b9385dabb7931636a3afc0aee94625ebff3bb29584493a87804afb6ebaf2d916
3535ARG KUBECTL_SHA=4685bfcf732260f72fce58379e812e091557ef1dfc1bc8084226c7891dd6028f
3636
3737COPY Pipfile* /root/
38-
3938RUN addgroup -g $DOCKER_GID docker && \
4039 adduser -D -h $BUILD_DIR -u $BUILD_UID -G docker \
4140 -s /bin/bash $BUILD_USER && \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ ARG PYPILLOW_VERSION=9.5.0-r1
1717ARG UWSGI_VERSION=2.0.21-r3
1818
1919COPY Pipfile* uwsgi.ini /usr/src/
20+
2021RUN apk add --virtual .fetch-deps gcc git jpeg-dev linux-headers make \
2122 musl-dev libwebp-dev openssl-dev pcre-dev python3-dev zlib-dev && \
2223 apk add --update --no-cache geos jpeg libjpeg-turbo libwebp \
Original file line number Diff line number Diff line change 2525ifeq ($(IMAGE),nagiosql)
2626 PLATFORMS = linux/amd64,linux/arm64,linux/arm/v7
2727endif
28- ifeq ($(IMAGE),python-builder)
28+ ifeq ($(IMAGE),$(filter $(IMAGE), python-builder python-wsgi) )
2929 # helm package on arm/v6 isn't supported as of Aug 2021
30- PLATFORMS = linux/amd64,linux/arm64,linux/arm/v7
30+ # others had issues with pipenv hashes Jul 2023
31+ PLATFORMS = linux/amd64
3132endif
3233ifeq ($(IMAGE),spamassassin)
3334 PLATFORMS = linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments