rooster 2.8.2

A simple password manager for geeks
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e

docker build --pull --no-cache -t rooster -f Dockerfile.fedora .
docker build --pull --no-cache -t rooster -f Dockerfile.debian .
docker build --pull --no-cache -t rooster -f Dockerfile.ubuntu1604 .
docker build --pull --no-cache -t rooster -f Dockerfile.ubuntu1804 .
docker build --pull --no-cache -t rooster -f Dockerfile.alpine .