- Original Message -
> From: "Amit Saha"
> To: "Beaker development"
> Sent: Monday, December 15, 2014 5:14:55 PM
> Subject: [Beaker-devel] Docker based workflow for working on restraint
>
> In case you don't want a few additional packages on
In case you don't want a few additional packages on your system, here is a
script which will build a docker image installing all dependencies needed to
run restraint's tests:
#!/bin/bash
# ./restraint.sh
uid=`id -u`
user=`id -un`
cat < Dockerfile
FROM $2
RUN yum -y install make glib2 glib2-d