Skip to content

Commit

Permalink
chore(Dockerfile): add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
adekmaulana authored Jun 7, 2023
1 parent 26f3451 commit 8b19ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /anjani/
# Install all required packages
RUN apt-get -qq update && apt-get -qq upgrade -y
RUN apt-get -qq install -y --no-install-recommends \
git
git curl

# copy pyproject.toml and poetry.lock for layer caching
COPY pyproject.toml poetry.lock ./
Expand Down

0 comments on commit 8b19ced

Please sign in to comment.