Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Jun 27, 2023
1 parent e6c6bf4 commit 590696c
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
@@ -1,4 +1,4 @@
FROM centos:7
ADD build-minimal.sh /tmp/build-minimal.sh

RUN bash /tmp/build-minimal.sh
RUN chmod +x /tmp/build-minimal.sh && /tmp/build-minimal.sh

0 comments on commit 590696c

Please sign in to comment.