From 9eef8155c94c2e056a62629605670c12c5f14e01 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Thu, 5 Aug 2021 23:15:24 +0100 Subject: [PATCH] More Dockerfile updates --- interaction/Dockerfile | 2 +- posting/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interaction/Dockerfile b/interaction/Dockerfile index a7cd3ef..0c7b606 100644 --- a/interaction/Dockerfile +++ b/interaction/Dockerfile @@ -1,5 +1,5 @@ FROM python:alpine -RUN apk add build-base +RUN apk add build-base python3 python3-pip ipython3 build-essential 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 8670e2b..1984bd3 100644 --- a/posting/Dockerfile +++ b/posting/Dockerfile @@ -1,5 +1,5 @@ FROM python:alpine -RUN apk add build-base +RUN apk add build-base python3 python3-pip ipython3 build-essential python-dev python3-dev COPY . /usr/src/app WORKDIR /usr/src/app RUN pip install --upgrade pip