Most dockerfiles build now

This commit is contained in:
Bert van der Weerd 2021-09-28 14:13:51 +02:00
parent 57b8823f33
commit ab5a09aab4
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
17 changed files with 28 additions and 2 deletions

10
docker/Makefile Normal file
View file

@ -0,0 +1,10 @@
all :
make -C nightly
make -C librewolf
clean :
sudo docker image prune --force

View file

@ -1,11 +1,14 @@
all :
cp version debian/version && cp version fedora/version && cp version ubuntu/version && cp version mint/version
make -C debian
make -C fedora
make -C ubuntu
make -C mint
clean :
sudo docker image prune --force

View file

@ -1,6 +1,8 @@
FROM debian
MAINTAINER Bert van der Weerd <bert@stanzabird.nl>
RUN apt-get -y update && apt-get -y upgrade
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Amsterdam
# Install build dependencies..
run apt-get -y install wget python3 python3-pip python3-dev mercurial

View file

@ -1,6 +1,8 @@
FROM linuxmintd/mint20.2-amd64
MAINTAINER Bert van der Weerd <bert@stanzabird.nl>
RUN apt-get -y update && apt-get -y upgrade
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Amsterdam
# Install build dependencies..
run apt-get -y install wget python3 python3-pip python3-dev mercurial

View file

@ -1,6 +1,8 @@
FROM ubuntu
MAINTAINER Bert van der Weerd <bert@stanzabird.nl>
RUN apt-get -y update && apt-get -y upgrade
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Amsterdam
# Install build dependencies..
run apt-get -y install wget python3 python3-pip python3-dev mercurial

View file

@ -1,11 +1,12 @@
all :
cp version debian/version && cp version fedora/version && cp version ubuntu/version && cp version mint/version
make -C debian
make -C fedora
make -C ubuntu
make -C mint
clean :
sudo docker image prune --force

View file

@ -1,6 +1,8 @@
FROM debian
MAINTAINER Bert van der Weerd <bert@stanzabird.nl>
RUN apt-get -y update && apt-get -y upgrade
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Amsterdam
# Install build dependencies..
run apt-get -y install wget python3 python3-pip python3-dev mercurial

View file

@ -1,6 +1,8 @@
FROM linuxmintd/mint20.2-amd64
MAINTAINER Bert van der Weerd <bert@stanzabird.nl>
RUN apt-get -y update && apt-get -y upgrade
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Amsterdam
# Install build dependencies..
run apt-get -y install wget python3 python3-pip python3-dev mercurial

View file

@ -1,6 +1,8 @@
FROM ubuntu
MAINTAINER Bert van der Weerd <bert@stanzabird.nl>
RUN apt-get -y update && apt-get -y upgrade
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Amsterdam
# Install build dependencies..
run apt-get -y install wget python3 python3-pip python3-dev mercurial

@ -1 +1 @@
Subproject commit b17a1ed657e22ac61b4399699223d36724b842e7
Subproject commit 75b9e803d3f0f03c53b3adac3262ac30298b6782