mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Initial commit
This commit is contained in:
10
image/utilities.sh
Executable file
10
image/utilities.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/buildconfig
|
||||
set -x
|
||||
|
||||
## Often used tools.
|
||||
apt-get install -y curl less nano vim psmisc
|
||||
|
||||
## This tool runs a command as another user and sets $HOME.
|
||||
cp /build/setuser /sbin/setuser
|
||||
Reference in New Issue
Block a user