Update Dockerfile

This commit is contained in:
Kroese 2023-03-27 21:02:42 +02:00 committed by GitHub
parent 67e0333d29
commit 0c54999e6f

View File

@ -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"]