diff --git a/Dockerfile b/Dockerfile index d19a722..cf9b3e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM xena/christine.website ENV PORT 8080 EXPOSE 8080 +RUN apk add --no-cache bash