File: Dockerfile

package info (click to toggle)
golang-github-appc-docker2aci 0.17.2%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 528 kB
  • sloc: sh: 221; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
FROM busybox
COPY check.sh /
RUN echo file1 > file1 ; ln file1 file2
RUN echo file3 > file3
RUN echo file4 > file4
CMD /check.sh 2>&1