Skip to content

Commit

Permalink
feat(docker): drom jq
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Jul 16, 2024
1 parent c56917c commit 40c927f
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 @@ -2,7 +2,7 @@ FROM python:3.10-bullseye

RUN apt-get update \
&& apt-get clean \
&& apt-get install -y openjdk-11-jdk jq \
&& apt-get install -y openjdk-11-jdk \
&& rm -rf /var/lib/apt/lists/*

ENV POETRY_NO_INTERACTION=1 \
Expand Down

0 comments on commit 40c927f

Please sign in to comment.