#!/bin/sh

mkdir -p stage
cp ../../ubuntu-install-packages ./stage/
docker build -t greynoise-intelligence/cross:x86_64-unknown-linux-musl .
