playwright-conditional-fix-musl-alpine
dgtlmoon 2 years ago
parent e109c1e190
commit 6efb9d46a1

@ -3,13 +3,6 @@
# Some packages wont install via pypi because they dont have a wheel available under this architecture.
FROM ghcr.io/linuxserver/baseimage-alpine:3.16
ARG BUILD_DATE
ARG VERSION
ARG CHANGEDETECTION_RELEASE
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thespad"
ENV PYTHONUNBUFFERED=1
RUN \

@ -46,7 +46,7 @@ jobs:
# https://github.com/dgtlmoon/changedetection.io/pull/1067
# Check we can still build under alpine/musl
- name: Test that the docker containers can build (musl via alpine check)
id: docker_build
id: docker_build_musl
uses: docker/build-push-action@v2
with:
context: ./

Loading…
Cancel
Save