4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/sh
|
|
cat /proc/sys/kernel/random/uuid > /.build_uuid
|
|
apt-get update
|
|
apt-get -y install python
|