From 1853d71d109ec3cc2f1aba3218f30dd01fcaa50c Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Sat, 28 Apr 2018 09:22:06 -0400 Subject: [PATCH] package update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5b5f68..ac59676 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM frolvlad/alpine-glibc MAINTAINER Pterodactyl Software, -RUN apk add --no-cache curl ca-certificates openssl libstdc++ \ +RUN apk add --update --no-cache curl ca-certificates openssl libstdc++ \ && apk add libc++ --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ && adduser -D -h /home/container container