We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d0672 commit 82e1de7Copy full SHA for 82e1de7
alpine/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.5
+FROM alpine:3.6
2
3
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
4
RUN adduser -D memcache
@@ -20,6 +20,7 @@ RUN set -x \
20
linux-headers \
21
make \
22
perl \
23
+ perl-utils \
24
tar \
25
\
26
&& wget -O memcached.tar.gz "https://memcached.org/files/memcached-$MEMCACHED_VERSION.tar.gz" \
debian/Dockerfile
-FROM debian:jessie-slim
+FROM debian:stretch-slim
RUN groupadd -r memcache && useradd -r -g memcache memcache
0 commit comments