Skip to content

Commit

Permalink
Docky: treewide: fix yay, change base image & install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
XenonTheInertG committed May 3, 2022
1 parent be72331 commit 1f1fe72
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base Image
FROM archlinux:latest
FROM archlinux:base-devel

# User
USER root
Expand Down
10 changes: 6 additions & 4 deletions install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@
sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf

# Update
pacman -Syy --noconfirm && pacman -Syyu --noconfirm
pacman -Syyu --needed --noconfirm

# Install Basic Packages
pacman -S --needed --noconfirm \
sudo nano git curl wget rsync aria2 rclone \
python2 python3 python-pip zip unzip cmake \
make neofetch speedtest-cli inetutils cpio \
jdk8-openjdk lzip dpkg openssl ccache libelf \
base-devel repo openssh lz4 jq
jdk8-openjdk lzip dpkg openssl ccache repo \
libelf base-devel openssh lz4 jq go ncurses \
bison flex ninja uboot-tools z3 glibc dpkg \
multilib-devel bc htop

# More Packages
pacman -S --needed --noconfirm \
tmate tmux screen mlocate unace unrar p7zip \
sharutils uudeview arj cabextract file-roller \
dtc brotli axel gawk detox
dtc brotli axel gawk detox clang gcc gcc-libs

# pip version
pip --version
Expand Down
2 changes: 0 additions & 2 deletions remove
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
/etc/locale.conf
/etc/locale.gen
/etc/profile
/etc/makepkg.conf
/usr/bin/transfer
/usr/bin/ldcheck
/usr/bin/libneeds
/usr/bin/yay
/root/.bashrc
/root/.profile
Binary file modified rootfs/usr/bin/yay
Binary file not shown.

0 comments on commit 1f1fe72

Please sign in to comment.