This repository was archived by the owner on Jan 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM lsiobase/alpine:3.5
2
2
MAINTAINER saarg
3
3
4
4
# package version
5
- ARG DOMOTICZ_VER="3.5877
5
+ ARG DOMOTICZ_VER="3.5877"
6
6
7
7
# set version label
8
8
ARG BUILD_DATE
30
30
git \
31
31
libcurl \
32
32
libftdi1-dev \
33
+ libressl-dev \
33
34
libusb-compat-dev \
34
35
libusb-dev \
35
36
linux-headers \
38
39
mosquitto-dev \
39
40
musl-dev \
40
41
openzwave-dev \
41
- libressl -dev \
42
+ python3 -dev \
42
43
pkgconf \
43
44
sqlite-dev \
44
45
tar \
54
55
55
56
# add runtime packages required in build stage
56
57
apk add --no-cache \
57
- openzwave \
58
- python3-dev && \
58
+ openzwave && \
59
59
60
60
# link libftdi as the alpine guys named the libs wrong
61
61
ln -s /usr/lib/libftdi1.so /usr/lib/libftdi.so && \
@@ -114,14 +114,14 @@ RUN \
114
114
apk add --no-cache \
115
115
eudev-libs \
116
116
libressl \
117
+ python3 \
117
118
$RUNTIME_PACKAGES && \
118
119
119
120
# cleanup build dependencies
120
121
apk del --purge \
121
122
build-dependencies \
122
123
telldus-build-dependencies && \
123
124
124
-
125
125
# add abc to dialout and cron group trying to fix different GID for dialout group
126
126
usermod -a -G 16,20 abc && \
127
127
You can’t perform that action at this time.
0 commit comments