diff --git a/Dockerfile b/Dockerfile index fb640acb..055cf761 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest # Install python and pip -RUN apk add --no-cache --update python3 py3-pip bash +RUN apk add --no-cache --update python3 py3-pip bash libc-dev ADD ./webapp/requirements.txt /tmp/requirements.txt # Install dependencies