Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 4e1a9c4

Browse files
committed
Add Python3 to suppurt future plugin system + small cosmetic fixes
1 parent 1b45060 commit 4e1a9c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM lsiobase/alpine:3.5
22
MAINTAINER saarg
33

44
# package version
5-
ARG DOMOTICZ_VER="3.5877
5+
ARG DOMOTICZ_VER="3.5877"
66

77
# set version label
88
ARG BUILD_DATE
@@ -30,6 +30,7 @@ RUN \
3030
git \
3131
libcurl \
3232
libftdi1-dev \
33+
libressl-dev \
3334
libusb-compat-dev \
3435
libusb-dev \
3536
linux-headers \
@@ -38,7 +39,7 @@ RUN \
3839
mosquitto-dev \
3940
musl-dev \
4041
openzwave-dev \
41-
libressl-dev \
42+
python3-dev \
4243
pkgconf \
4344
sqlite-dev \
4445
tar \
@@ -54,8 +55,7 @@ RUN \
5455

5556
# add runtime packages required in build stage
5657
apk add --no-cache \
57-
openzwave \
58-
python3-dev && \
58+
openzwave && \
5959

6060
# link libftdi as the alpine guys named the libs wrong
6161
ln -s /usr/lib/libftdi1.so /usr/lib/libftdi.so && \
@@ -114,14 +114,14 @@ RUN \
114114
apk add --no-cache \
115115
eudev-libs \
116116
libressl \
117+
python3 \
117118
$RUNTIME_PACKAGES && \
118119

119120
# cleanup build dependencies
120121
apk del --purge \
121122
build-dependencies \
122123
telldus-build-dependencies && \
123124

124-
125125
# add abc to dialout and cron group trying to fix different GID for dialout group
126126
usermod -a -G 16,20 abc && \
127127

0 commit comments

Comments
 (0)