You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
281 B
16 lines
281 B
#!/bin/sh
|
|
|
|
docker build -f Dockerfile -t xelatex-thesis-custom .
|
|
|
|
|
|
echo ""
|
|
echo "Get"
|
|
echo ""
|
|
echo "Pulling ..."
|
|
echo "ERROR: Get https://hub.swarmlab.io:5480:/v2/: x509: certificate signed by unknown authority"
|
|
echo ""
|
|
echo "run"
|
|
echo ""
|
|
echo "sudo ./get-swarmlab.keys"
|
|
echo ""
|
|
|
|
|