Files
linuxkit/alpine/base/alpine-base/Dockerfile
Justin Cormack c860e6e961 Re-add strace
Trying to debug apk issues.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-11-25 17:26:34 +00:00

28 lines
370 B
Docker

FROM alpine:3.4
COPY repositories /etc/apk/
RUN \
apk update && apk upgrade -a && \
apk add --no-cache \
busybox-initscripts \
chrony \
cifs-utils \
curl \
dhcpcd \
e2fsprogs \
e2fsprogs-extra \
fuse \
git \
hvtools \
iptables \
jq \
openrc \
openssh-client \
rng-tools@community \
sfdisk \
strace \
sysklogd \
xz \
&& true