Fini TP1
This commit is contained in:
14
step1.1/dockerfile
Normal file
14
step1.1/dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
#Tache 1.1
|
||||
FROM scratch
|
||||
WORKDIR /
|
||||
COPY hello_dyn /
|
||||
COPY lib/x86_64-linux-gnu/libc.so.6 /lib/x86_64-linux-gnu/libc.so.6
|
||||
COPY lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
|
||||
CMD ["/hello_dyn"]
|
||||
|
||||
#Tache 1.2
|
||||
COPY hello /
|
||||
CMD ["/hello"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user