File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:16.04
1
+ FROM debian:buster
2
2
LABEL maintainer="WDCommunity <https://github.com/wdcommunity>"
3
3
4
4
ENV LANG C.UTF-8
5
5
6
- # Manage i386 arch
7
- RUN dpkg --add-architecture i386; \
8
- apt-get update; \
9
- apt-get install openssl libxml2:i386 -y
6
+ RUN apt-get update; \
7
+ apt-get install openssl libxml2 -y
8
+
9
+ COPY mksapkg /usr/bin
10
10
11
11
# Volume pointing to spksrc sources
12
12
VOLUME /wdpksrc
Original file line number Diff line number Diff line change 35
35
# TODO: check if this docker image exists
36
36
37
37
# create packages
38
- docker run -it -v $( pwd) :/wdpksrc wdpk /bin/bash -c " cd wdpk/$PACKAGE ; ./build.sh; chown -R 1000:1000 ../../packages/$PACKAGE "
38
+ docker run -it -v $( pwd) :/wdpksrc wdpk/wdpk /bin/bash -c " cd wdpk/$PACKAGE ; ./build.sh; chown -R 1000:1000 ../../packages/$PACKAGE "
39
39
40
40
# find latest package
41
41
MODEL=" $3 "
You can’t perform that action at this time.
0 commit comments