Skip to content

Instantly share code, notes, and snippets.

View DanH42's full-sized avatar

Dan Hlavenka DanH42

View GitHub Profile
@DanH42
DanH42 / Dockerfile
Last active January 10, 2019 22:12
Alpine on Alpine
FROM alpine
RUN apk add --no-cache wget build-base ncurses-dev openssl-dev
RUN wget -qO /tmp/alpine-2.21.tar.xz http://alpine.x10host.com/alpine/release/src/alpine-2.21.tar.xz
RUN tar xf /tmp/alpine-2.21.tar.xz -C /tmp && rm /tmp/alpine-2.21.tar.xz
WORKDIR /tmp/alpine-2.21
RUN ./configure && make && make install
RUN ln -s alpine /usr/local/bin/pine
/* ==UserStyle==
@name Fastmail - UI Tweaks
@namespace gist.github.com/DanH42
@version 1.2.0
@description Makes Fastmail look a little more like the good parts of Gmail
@author Dan Hlavenka
@updateURL https://gist.github.com/DanH42/3cd55863c9628689f16a2da4c6c8c790/raw
@preprocessor less
==/UserStyle== */