Pre-build python package 'opcua' and 'dbus' in order to save the CI/CD build stage time under base image 'python:3.10-alpine'.
FROM arm32v7/python:3.10-alpine
LABEL maintainer="[email protected]"
RUN apk add expat-dev gcc python3-dev musl-dev libxslt-dev dbus-dev glib-dev gcc musl-dev pkgconf \
&& pip install --upgrade pip \
&& pip3 install opcua==0.98.13 \
&& pip3 install dbus-python==1.4.0
CMD ["/bin/sh"]
Content type
Image
Digest
sha256:44c377f2a…
Size
130.3 MB
Last updated
10 months ago
docker pull pioneerm/smb_edge_base