Skip to content

Instantly share code, notes, and snippets.

@dyennam
dyennam / Dockerfile
Created April 7, 2020 16:34
Dockerfile for octact UI
FROM debian:stretch-slim as octant-build
WORKDIR /
RUN DEBIAN_FRONTEND=noninteractive; \
apt-get update && \
apt-get install \
--auto-remove \
--no-install-recommends \
--no-install-suggests \