From 310b6ce9e5695eab9218c58b689420dc37795ef0 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Sat, 30 Jan 2016 01:51:42 +0000 Subject: [PATCH] 0.0.4 --- Dockerfile | 2 +- packages | 1 + version | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 77a1617..04bfd7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ ADD shim/shim /.shim ADD cert /.cert ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /.ducktape RUN ["/.shim", ""] -RUN ["/.ducktape", "https://github.com/dock0/static_arch/releases/download/0.0.3/root.tar.bz2"] +RUN ["/.ducktape", "https://github.com/dock0/static_arch/releases/download/0.0.4/root.tar.bz2"] RUN pacman -Syu --needed --noconfirm git-amylum procps-ng-amylum which-amylum util-linux-amylum licenses iproute2 iputils tar CMD ["/bin/bash"] diff --git a/packages b/packages index 73db4c3..c58c38a 100644 --- a/packages +++ b/packages @@ -9,3 +9,4 @@ bash-amylum coreutils-amylum pacman-mirrorlist filesystem +ca-certificates diff --git a/version b/version index bcab45a..81340c7 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.3 +0.0.4