Skip to content

Commit

Permalink
👻 Remove unnecessary line from Containerfile (#226)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon committed Jul 2, 2024
1 parent eddebc8 commit 4ace200
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN echo -e "[almalinux9-appstream]" \
"\nenabled = 1" \
"\ngpgcheck = 0" > /etc/yum.repos.d/almalinux.repo
RUN dnf -y install postgresql && dnf clean all
RUN mkdir /kai_config && chown 1001:1001 /kai_config
USER 1001
COPY --chown=1001:1001 . /kai
RUN pip install --no-cache -r /kai/requirements.txt
Expand Down

0 comments on commit 4ace200

Please sign in to comment.