7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
# @app pluie/alpine
|
|
# @author a-Sansara https://git.pluie.org/pluie/docker-images
|
|
|
|
rm -f /var/cache/apk/*
|
|
chown -R root:root /scripts/
|