-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
46 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
FROM ubuntu:bionic-20200403 | ||
FROM amd64/debian:buster | ||
|
||
WORKDIR /build | ||
|
||
RUN apt-get update \ | ||
&& apt-get install -y git gcc g++ cmake zlib1g-dev \ | ||
&& apt-get install -y mosquitto cmake libssl-dev \ | ||
&& apt-get install -y devscripts debhelper | ||
ENV TZ=Europe/Belgrade | ||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone | ||
|
||
RUN apt update | ||
RUN apt install -y git gcc g++ cmake automake autotools-dev autoconf m4 zlib1g-dev \ | ||
cmake libtool libssl-dev devscripts debhelper | ||
|
||
COPY make_deb.sh /build | ||
COPY *.zip /build | ||
|
||
#CMD ["bash", "make_deb.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
FROM raspbian/stretch:latest | ||
FROM arm32v7/debian:buster | ||
|
||
WORKDIR /build | ||
|
||
RUN apt-get update \ | ||
&& apt-get install -y git gcc g++ cmake \ | ||
&& apt-get install -y automake autotools-dev autoconf m4 zlib1g-dev cmake libtool libssl-dev \ | ||
&& apt-get install -y devscripts debhelper | ||
ENV TZ=Europe/Belgrade | ||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone | ||
|
||
RUN apt update | ||
RUN apt install -y git gcc g++ cmake automake autotools-dev autoconf m4 zlib1g-dev \ | ||
cmake libtool libssl-dev devscripts debhelper | ||
|
||
COPY make_deb.sh /build | ||
COPY *.zip /build | ||
|
||
#CMD ["bash", "make_deb.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters