Skip to content

Commit

Permalink
Change to dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed May 3, 2024
1 parent c2be572 commit f7e7308
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 @@ -8,7 +8,7 @@ WORKDIR /app
ENTRYPOINT [ "yarn", "run" ]
CMD [ "test" ]

RUN yum install -y rsync zip tar xz && yum clean all && rm -rf /var/cache/yum
RUN dnf install -y rsync zip tar xz && dnf clean all && rm -rf /var/cache/dnf
ADD yarn.lock ./
ADD package.json ./
RUN yarn install
Expand Down

0 comments on commit f7e7308

Please sign in to comment.