2016-07-25 00:28:26 +00:00
|
|
|
#!/bin/bash
|
2016-08-06 00:29:06 +00:00
|
|
|
# @app pluie/alpine
|
|
|
|
# @author a-Sansara https://git.pluie.org/pluie/docker-images
|
2016-07-25 00:28:26 +00:00
|
|
|
|
|
|
|
rm -f /var/cache/apk/*
|
2016-08-04 01:00:33 +00:00
|
|
|
chown -R root:root /scripts/
|