70
70
if ! sudo $LXC_LS |grep -q $pristine_container; then
71
71
step="[$target] creating pristine container"
73
if ! /usr/bin/time -o $TIMING sudo $LXC_CREATE -n $pristine_container -t ubuntu -- -r $target --user=$CONTAINER_USER --packages=python-software-properties,software-properties-common >$LOG_DIR/$target.pristine.log 2>$LOG_DIR/$target.pristine.err; then
73
if ! /usr/bin/time -o $TIMING sudo $LXC_CREATE -n $pristine_container -t ubuntu -- -r $target --user=$CONTAINER_USER --packages=python-software-properties,software-properties-common,python3-dev >$LOG_DIR/$target.pristine.log 2>$LOG_DIR/$target.pristine.err; then
75
75
echo "[$target] Unable to create pristine container!"
76
76
echo "[$target] stdout: $(pastebinit $LOG_DIR/$target.pristine.log)"