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