Changed Ubuntu -> Alpine
This commit is contained in:
parent
1a80a61017
commit
b449823463
@ -1,5 +1,5 @@
|
||||
# Base-Image
|
||||
FROM ubuntu:latest
|
||||
FROM alpine:latest
|
||||
|
||||
# Pakete installieren
|
||||
RUN apt-get update
|
||||
@ -19,4 +19,4 @@ RUN mkdir /output
|
||||
|
||||
# Ausgabe wird ins Container-Dateisystem geschrieben
|
||||
ENTRYPOINT ["/bin/bash", "-c"]
|
||||
CMD ["./deployment 10 > /output/output.txt && tail -f /output/output.txt"]
|
||||
CMD ["./deployment 10 > /output/output.txt && tail -f /output/output.txt"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user