Skip to content

Instantly share code, notes, and snippets.

View tuco86's full-sized avatar

Hannes Uebelacker tuco86

  • Munich, Germany
View GitHub Profile
@tuco86
tuco86 / Dockerfile
Last active May 30, 2019 21:05
Build packages as wheels, then install in small container.
FROM python:3.7-slim-stretch AS build
RUN \
apt-get -q update \
&& apt-get -q install -y --no-install-recommends \
build-essential \
libssl-dev \
&& rm -rf /var/lib/apt/lists/* \
&& pip install -U pip
#nginx/init.sls
nginx:
pkg.installed: []
service.running:
- reload: True
- watch:
- file: /etc/nginx/nginx.conf
- file: /etc/nginx/sites.d/default
@tuco86
tuco86 / designer.html
Created February 14, 2015 16:44
designer
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<link rel="import" href="../topeka-elements/category-images.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>