Skip to content

Instantly share code, notes, and snippets.

View lguardiola's full-sized avatar

Luis E. Guardiola lguardiola

View GitHub Profile
@lguardiola
lguardiola / Dockerfile
Last active August 29, 2015 14:25 — forked from inkel/Dockerfile
FROM alpine:3.2
MAINTAINER Leandro López <inkel.ar@gmail.com>
# Install base packages
RUN apk update && apk upgrade
# Install ruby and ruby-bundler
RUN apk add curl-dev ruby-dev build-base ruby
# Clean APK cache
require "rubygems"
require "superfeedr"
require 'time'
## You can have all the XMPP logging by changing the Skates log level
Skates.logger.level = Log4r::DEBUG
##
# Don't ever forget that all this is ASYNCHRONOUS...