mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08:00
Update Dockerfile
This commit is contained in:
parent
67e0333d29
commit
0c54999e6f
@ -37,9 +37,7 @@ RUN ["chmod", "+x", "/run/run.sh"]
|
|||||||
RUN ["chmod", "+x", "/run/server.sh"]
|
RUN ["chmod", "+x", "/run/server.sh"]
|
||||||
RUN ["chmod", "+x", "/run/serial.bin"]
|
RUN ["chmod", "+x", "/run/serial.bin"]
|
||||||
|
|
||||||
COPY extractor/lib* /run
|
COPY extractor/lib* /run/
|
||||||
#COPY extractor/libcurl.so.4 /usr/lib/x86_64-linux-gnu
|
|
||||||
|
|
||||||
COPY extractor/scemd /run/syno_extract_system_patch
|
COPY extractor/scemd /run/syno_extract_system_patch
|
||||||
RUN ["chmod", "+x", "/run/syno_extract_system_patch"]
|
RUN ["chmod", "+x", "/run/syno_extract_system_patch"]
|
||||||
|
|
||||||
@ -55,3 +53,5 @@ ENTRYPOINT ["/run/run.sh"]
|
|||||||
# Mostly users will probably want to configure memory usage.
|
# Mostly users will probably want to configure memory usage.
|
||||||
CMD ["-m", "512M"]
|
CMD ["-m", "512M"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user