Skip to content

Commit

Permalink
Added curl to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
egalvis39 committed Apr 10, 2023
1 parent 8731f55 commit 6ae0fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ RUN apk add --no-cache \
COPY requirements.txt /opt/menuflow/requirements.txt
WORKDIR /opt/menuflow
RUN apk add --virtual .build-deps python3-dev libffi-dev build-base \
&& pip install --upgrade pip \
&& pip3 install -r requirements.txt \
&& apk del .build-deps
&& pip install --upgrade pip \
&& pip3 install -r requirements.txt \
&& apk del .build-deps

COPY . /opt/menuflow
RUN cp menuflow/example-config.yaml .
Expand Down

0 comments on commit 6ae0fc2

Please sign in to comment.