Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sedoy26 authored Jul 3, 2023
1 parent e81bb32 commit 106ae95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN apk add --no-cache \

RUN apk add --no-cache --virtual .buildenv python3-dev gcc musl-dev git libgit2-dev freetype-dev

RUN pip3 install slack_sdk

RUN mkdir -p /opt/asab-iris
WORKDIR /opt/asab-iris
COPY requirements.txt /opt/asab-iris
Expand Down

0 comments on commit 106ae95

Please sign in to comment.