Skip to content

Commit

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

0 comments on commit e5d0f34

Please sign in to comment.