Skip to content

Commit

Permalink
Refresh packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Dec 14, 2023
1 parent b8a1167 commit 1244a2e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ This can also be done non-persistently with the following ethtool command: <pre>

<h2>Update History</h2>
<ul>
<li>December 13th 2023</li>
<ul>
<li>Refresh packages and dependencies</li>
</ul>
<li>October 1st 2023</li>
<ul>
<li>Refresh packages and dependencies</li>
Expand Down
2 changes: 1 addition & 1 deletion amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ COPY libssl1-1.deb /scripts/
RUN dpkg -x /scripts/libssl1-1.deb /tmp/ext; rm -rf /scripts/libssl1-1.deb; cp -Rf /tmp/ext/usr/lib/x86_64-linux-gnu/* /usr/lib/x86_64-linux-gnu/

# Set entrypoint to start.sh
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]
2 changes: 1 addition & 1 deletion arm64v8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ RUN apt-get update && apt-get install box64-arm64 -y
RUN curl -o /scripts/qemu.deb -k -L $(apt-get download --print-uris qemu-user-static | cut -d"'" -f2); dpkg -x /scripts/qemu.deb /tmp; rm -rf /scripts/qemu.deb; cp -Rf /tmp/usr/libexec* /usr/libexec; cp -Rf /tmp/usr/share/binfmts /usr/share/binfmts; cp /tmp/usr/bin/qemu-x86_64-static /usr/bin/qemu-x86_64-static; rm -rf /tmp/*

# Set entrypoint to start.sh
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]
2 changes: 1 addition & 1 deletion armv7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ COPY permissions.json /scripts/
RUN curl -o /scripts/qemu.deb -k -L $(apt-get download --print-uris qemu-user-static | cut -d"'" -f2); dpkg -x /scripts/qemu.deb /tmp; rm -rf /scripts/qemu.deb; cp -Rf /tmp/usr/libexec* /usr/libexec; cp -Rf /tmp/usr/share/binfmts /usr/share/binfmts; cp /tmp/usr/bin/qemu-x86_64-static /usr/bin/qemu-x86_64-static; rm -rf /tmp/*

# Set entrypoint to start.sh script
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]
2 changes: 1 addition & 1 deletion ppc64le.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ COPY permissions.json /scripts/
RUN curl -o /scripts/qemu.deb -k -L $(apt-get download --print-uris qemu-user-static | cut -d"'" -f2); dpkg -x /scripts/qemu.deb /tmp; rm -rf /scripts/qemu.deb; cp -Rf /tmp/usr/libexec* /usr/libexec; cp -Rf /tmp/usr/share/binfmts /usr/share/binfmts; cp /tmp/usr/bin/qemu-x86_64-static /usr/bin/qemu-x86_64-static; rm -rf /tmp/*

# Set entrypoint to start.sh script
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]
1 change: 0 additions & 1 deletion riscv64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ COPY --from=builder /lib/x86_64-linux-gnu/libkeyutils.so.1 /lib/x86_64-linux-gnu
COPY --from=builder /lib/x86_64-linux-gnu/libresolv.so.2 /lib/x86_64-linux-gnu/libresolv.so.2
COPY --from=builder /lib/x86_64-linux-gnu/libffi.so.8 /lib/x86_64-linux-gnu/libffi.so.8


# Fetch dependencies
RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install apt-utils -yqq && DEBIAN_FRONTEND=noninteractive apt-get install systemd-sysv tzdata sudo curl unzip screen net-tools gawk openssl findutils pigz libcurl4 libc6 libcrypt1 libcurl4-openssl-dev ca-certificates binfmt-support libssl3 nano -yqq

Expand Down
2 changes: 1 addition & 1 deletion s390x.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ COPY permissions.json /scripts/
RUN curl -o /scripts/qemu.deb -k -L $(apt-get download --print-uris qemu-user-static | cut -d"'" -f2); dpkg -x /scripts/qemu.deb /tmp; rm -rf /scripts/qemu.deb; cp -Rf /tmp/usr/libexec* /usr/libexec; cp -Rf /tmp/usr/share/binfmts /usr/share/binfmts; cp /tmp/usr/bin/qemu-x86_64-static /usr/bin/qemu-x86_64-static; rm -rf /tmp/*

# Set entrypoint to start.sh script
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]
ENTRYPOINT ["/bin/bash", "/scripts/start.sh"]

0 comments on commit 1244a2e

Please sign in to comment.