Unverified Commit 298d08f8 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update Dockerfile

parent 026ec5ea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -37,9 +37,7 @@ RUN ["chmod", "+x", "/run/run.sh"]
RUN ["chmod", "+x", "/run/server.sh"]
RUN ["chmod", "+x", "/run/serial.bin"]

COPY extractor/lib* /run
#COPY extractor/libcurl.so.4 /usr/lib/x86_64-linux-gnu

COPY extractor/lib* /run/
COPY extractor/scemd /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.
CMD ["-m", "512M"]