Skip to content

Instantly share code, notes, and snippets.

View richardgill's full-sized avatar

Richard Gill richardgill

View GitHub Profile
asdasdasdasd
asdasdsad
FROM ubuntu
MAINTAINER Richard Gill <[email protected]>
RUN apt-get -y install python
#!/bin/sh
{
echo "This script requires superuser access"
echo "You will be prompted for your password by sudo."
# clear any previous sudo permission
sudo -k
# run inside sudo
sudo sh <<SCRIPT