Skip to content
Snippets Groups Projects
Commit 7d38b786 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Update Dockerfile maintainers

parent cbbbd4e0
No related branches found
No related tags found
1 merge request!245Add SQLite3 to Dockerfile
FROM ubuntu:16.04
MAINTAINER hrvoje.marjanovic@gmail.com
LABEL authors.maintainer "Grzegorz Bizon <grzegorz@gitlab.com>"
LABEL authors.contributor "Hrvoje Marjanovic <hrvoje.marjanovic@gmail.com>"
 
ENV DEBIAN_FRONTEND noninteractive
 
RUN apt-get update
RUN apt-get -y install curl git-core software-properties-common python-software-properties
# This PPA contains an up-to-date version of Go
RUN apt-add-repository -y ppa:ubuntu-lxc/lxd-stable
RUN apt-get update
 
# install essentials
RUN apt-get -y install build-essential
RUN apt-get install -y -q git
Loading
Loading
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