CentOS 8 | |||
Debian Stretch | |||
Debian Buster | |||
Fedora | |||
Raspberry Pi | |||
Ubuntu 18.04 | |||
Ubuntu 20.04 |
- SPDX-FileCopyrightText: © 2020 Alias Developers
- SPDX-FileCopyrightText: © 2016 SpectreCoin Developers
SPDX-License-Identifier: MIT
This repository contains Dockerfiles to create builder images which could be used to compile Alias wallet and daemon for various distributions. So with each build of Alias it is not necessary to setup the required build environment again and again.
- Dockerfiles for the following distributions
- CentOS 8
- Debian Stretch
- Debian Buster
- Fedora 32
- Raspberry Pi
- Ubuntu 18.04
- Ubuntu 20.04
- Installs all required default dependencies
docker build \
-f <distribution>/Dockerfile \
-t aliascash/alias-wallet-builder-<distribution>:latest \
.