Skip to content
Snippets Groups Projects
Commit 372d9c37 authored by Martin Weinelt's avatar Martin Weinelt Committed by Martin Weinelt
Browse files

Add minimal docker environment

This will be a useful precursor for continuous integration.
parent 2bda2ea0
No related branches found
No related tags found
No related merge requests found
FROM debian:buster-slim
RUN apt update && apt install -y --no-install-recommends \
ca-certificates \
file \
git \
subversion \
python \
build-essential \
gawk \
unzip \
libncurses5-dev \
zlib1g-dev \
libssl-dev \
libelf-dev \
wget \
time \
ecdsautils \
lua-check \
&& rm -rf /var/lib/apt/lists/*
RUN useradd -d /gluon gluon
USER gluon
VOLUME /gluon
WORKDIR /gluon
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment