[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [docker-neon/Neon/unstable-bionic] /: bionic apt
From:       Jonathan Riddell <null () kde ! org>
Date:       2018-04-30 15:04:31
Message-ID: E1fDALv-0003MH-OY () code ! kde ! org
[Download RAW message or body]

Git commit 7ef08b573c563346aed48cf5d5e56b13c3ffea69 by Jonathan Riddell.
Committed on 30/04/2018 at 15:04.
Pushed by jriddell into branch 'Neon/unstable-bionic'.

bionic apt

M  +6    -2    Dockerfile
M  +2    -2    neon.list

https://commits.kde.org/docker-neon/7ef08b573c563346aed48cf5d5e56b13c3ffea69

diff --git a/Dockerfile b/Dockerfile
index 771d8fa..40c119f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,12 +1,15 @@
 FROM ubuntu:18.04
 MAINTAINER Jonathan Riddell <jr@jriddell.org>
 ADD public.key /
-ADD neon.list /etc/apt/sources.list.d/
+ADD neon.list /
 ADD bash-prompt /
 RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
                && \
     echo keyboard-configuration keyboard-configuration/layout select 'English (US)' \
                | debconf-set-selections && \
     echo keyboard-configuration keyboard-configuration/layoutcode select 'us' | \
                debconf-set-selections && \
     echo "resolvconf resolvconf/linkify-resolvconf boolean false" | \
debconf-set-selections && \ +    apt-get update && \
+    apt-get install -y gnupg && \
+    mv /neon.list /etc/apt/sources.list.d/ && \
     apt-key add /public.key && \
     rm /public.key && \
     apt-get update && \
@@ -27,7 +30,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | \
debconf-set-selectio  # Wayland bits \
     mkdir /run/neon && \
     chown neon:neon /run/neon && \
-    export PS1=`cat /bash-prompt`
+    export PS1=`cat /bash-prompt` && \
+    apt-get update
 ENV DISPLAY=:1
 ENV KDE_FULL_SESSION=true
 ENV SHELL=/bin/bash
diff --git a/neon.list b/neon.list
index 8fb43f6..7638b0c 100644
--- a/neon.list
+++ b/neon.list
@@ -1,2 +1,2 @@
-deb http://archive.neon.kde.org/dev/unstable xenial main
-deb-src http://archive.neon.kde.org/dev/unstable xenial main
+deb http://archive.neon.kde.org/dev/unstable bionic main
+deb-src http://archive.neon.kde.org/dev/unstable bionic main


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic