1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00
baseimage-docker/image/utilities.sh
Hongli Lai (Phusion) 9661f84da9
Initial commit
2013-11-12 11:39:25 +01:00

11 lines
212 B
Bash
Executable File

#!/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