Skip to content

Commit 9fd36f6

Browse files
authored
Merge pull request #24 from infosiftr/update-base
Update to Alpine 3.6 and Debian Stretch
2 parents a3d0672 + 82e1de7 commit 9fd36f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.5
1+
FROM alpine:3.6
22

33
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44
RUN adduser -D memcache
@@ -20,6 +20,7 @@ RUN set -x \
2020
linux-headers \
2121
make \
2222
perl \
23+
perl-utils \
2324
tar \
2425
\
2526
&& wget -O memcached.tar.gz "https://memcached.org/files/memcached-$MEMCACHED_VERSION.tar.gz" \

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:jessie-slim
1+
FROM debian:stretch-slim
22

33
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44
RUN groupadd -r memcache && useradd -r -g memcache memcache

0 commit comments

Comments
 (0)