diff --git a/Dockerfile b/Dockerfile index 3db3a4e..eeb4a3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN set -x \ ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache # Add any .deb or .ddeb packages in the current dir to install them all later -#ADD *deb /packages/ +ADD *deb /packages/ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then export ARCH="arm"; else export ARCH="amd"; fi \ && if [ "${DEV}" = "1" ]; then \ diff --git a/envreader.sh b/manticore.conf.sh similarity index 100% rename from envreader.sh rename to manticore.conf.sh