]> git.pld-linux.org Git - projects/cleanbuild.git/blame - docker/build-docker.sh
make cleanup-la actually do something
[projects/cleanbuild.git] / docker / build-docker.sh
CommitLineData
ce96f77c 1#!/bin/sh
878b6d64 2# use this script to build the image locally
bdd660f0 3set -e
878b6d64
ER
4
5image=registry.gitlab.com/pld-linux/cleanbuild
6docker build --pull -t $image .
This page took 0.141412 seconds and 4 git commands to generate.