diff --git a/interaction/Dockerfile b/interaction/Dockerfile index 3c9de90..3e8d9b1 100644 --- a/interaction/Dockerfile +++ b/interaction/Dockerfile @@ -1,6 +1,4 @@ -FROM python:alpine -RUN apk update -RUN apk add build-base python3 python3-pip ipython3 python-dev python3-dev +FROM python:slim COPY . /usr/src/app WORKDIR /usr/src/app RUN pip install --upgrade pip diff --git a/posting/Dockerfile b/posting/Dockerfile index e90d0ff..0755b3e 100644 --- a/posting/Dockerfile +++ b/posting/Dockerfile @@ -1,6 +1,4 @@ -FROM python:alpine -RUN apk update -RUN apk add build-base python3 python3-pip ipython3 python-dev python3-dev +FROM python:slim COPY . /usr/src/app WORKDIR /usr/src/app RUN pip install --upgrade pip