Skip to content

Commit

Permalink
Added Dockerfile to build ubuntudesktop/gnome-3-26-1604 images
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvandine committed Sep 17, 2018
1 parent d774411 commit 7b572d4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Dockerfile
@@ -0,0 +1,17 @@
FROM snapcore/snapcraft:stable

RUN apt-get install -q -y --no-install-recommends software-properties-common && \
add-apt-repository -yu ppa:ubuntu-desktop/gnome-3-26 && \
apt-get update && \
apt-get dist-upgrade --yes && \
apt-get install --yes \
build-essential \
libgtk-3-dev \
snapcraft \
&& \
apt-get autoclean --yes && \
apt-get clean --yes

# Required by click.
ENV LC_ALL C.UTF-8
ENV SNAPCRAFT_SETUP_CORE 1

0 comments on commit 7b572d4

Please sign in to comment.