Skip to content

Commit

Permalink
fix: remove unnecessary binary from container
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Sep 11, 2024
1 parent ff80631 commit 9cb0cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker/benefit.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --chown=default:root docker/ubi/centos9.repo /etc/yum.repos.d/centos9.repo
RUN rpm --import https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official
RUN dnf install -y xorg-x11-server-Xvfb compat-openssl11
RUN wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox-0.12.6.1-3.fedora37.x86_64.rpm && dnf localinstall -y wkhtmltox-0.12.6.1-3.fedora37.x86_64.rpm
RUN rm -f /etc/yum.repos.d/centos9.repo
RUN rm -f /etc/yum.repos.d/centos9.repo && rm -f wkhtmltox-0.12.6.1-3.fedora37.x86_64.rpm && dnf clean all

COPY --chown=default:root /benefit/ /app/
# Mark the app directory as safe to get rid of git's
Expand Down

0 comments on commit 9cb0cd4

Please sign in to comment.