Skip to content

Instantly share code, notes, and snippets.

@HokieGeek
Last active September 26, 2016 02:34
Show Gist options
  • Save HokieGeek/4eadb50d951e494843a738f707d209f1 to your computer and use it in GitHub Desktop.
Save HokieGeek/4eadb50d951e494843a738f707d209f1 to your computer and use it in GitHub Desktop.
FROM hokiegeek/hrs:latest
RUN apk add --no-cache curl
RUN echo "curl --output /root/.hours https://dl.dropboxusercontent.com/u/6524/.work.hours" >> /tmp/hrs-home
RUN echo "hrs" >> /tmp/hrs-home
ENTRYPOINT ["/bin/sh", "/tmp/hrs-home"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment