diff options
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bastillefile b/Bastillefile index fc385b9..dfa7061 100644 --- a/Bastillefile +++ b/Bastillefile @@ -7,7 +7,7 @@ FSTAB /zroot/gl /var/db/gl nullfs rw 0 0 PKG nginx yarn sqlite3 rust # Download sources -CMD curl -kf http://192.168.1.50:3000/53hornet/theglassyladies/archive/master.tar.gz -o /tmp/build/master.tar.gz +fetch -o /tmp http://192.168.1.50:3000/53hornet/theglassyladies/archive/master.tar.gz CMD tar -xzvf /tmp/build/master.tar.gz -C /tmp/build # Build backend |