Kaydet (Commit) 332a65e0 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Sulin Minimal image Dockerfile

üst 2b081f8d
FROM scratch
MAINTAINER Suleyman POYRAZ <zaryob.dev@gmail.com>
ADD sulin.tar /
CMD [ "/bin/sh" ]
#!/bin/sh
set +h
umask 022
sudo inary ar core http://127.0.0.1/indispensable/inary-index.xml.xz -Dsoot
sudo inary install acl attr bash bzip2 ca-certificates \
coreutils cracklib curl expat gdbm \
gettext glib2 glibc gmp libcap libffi \
libgcc libgomp libidn2 libpcre libssh2 \
libunistring libxml2 ncurses openssl \
pam python3 python3-psutil \
python3-pycurl readline run-parts \
sqlite timezone unzip xz zlib --ignore-scom --ignore-safety -Dsoot
cd soot
tar cpvf ../sulin.tar *
cd ..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment