Skip to content

Commit

Permalink
revert sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-longva-bouvet committed Aug 29, 2023
1 parent e5d0f34 commit 2b1e719
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildah-image-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM quay.io/buildah/stable:v1.30.0
RUN yum install strace -y
COPY cmd.sh /
CMD ["echo, “hello”]
#CMD /cmd.sh
CMD /cmd.sh
# TODO: mark git dir as safe for edit

0 comments on commit 2b1e719

Please sign in to comment.