Added wget into base dependencies
All checks were successful
release / build-digital-heavy (push) Successful in 22m41s
release / build-digital-icarus (push) Successful in 22m50s
release / build-analog-xk (push) Successful in 23m29s
release / build-analog-xm (push) Successful in 24m29s
release / build-analog-heavy (push) Successful in 25m20s
release / build-heavy (push) Successful in 25m45s
release / build-chipathon-tools (push) Successful in 19m21s
release / build-base (push) Successful in 4m56s
release / build-digital-ator (push) Successful in 22m41s
All checks were successful
release / build-digital-heavy (push) Successful in 22m41s
release / build-digital-icarus (push) Successful in 22m50s
release / build-analog-xk (push) Successful in 23m29s
release / build-analog-xm (push) Successful in 24m29s
release / build-analog-heavy (push) Successful in 25m20s
release / build-heavy (push) Successful in 25m45s
release / build-chipathon-tools (push) Successful in 19m21s
release / build-base (push) Successful in 4m56s
release / build-digital-ator (push) Successful in 22m41s
This commit is contained in:
parent
455c759f08
commit
6885bf1076
@ -6,7 +6,7 @@ FROM greyltc/archlinux-aur:paru as osicstacks-base-desktop
|
||||
RUN pacman -Syuq --noconfirm
|
||||
|
||||
# Install packages
|
||||
RUN aur-install sudo git git-lfs python python-pip python-pipx xz gnu-free-fonts vim ngspice gedit jupyter-notebook xterm
|
||||
RUN aur-install sudo git git-lfs python python-pip python-pipx xz gnu-free-fonts vim ngspice gedit jupyter-notebook xterm wget
|
||||
ENV TERM=xterm EDITOR=gedit
|
||||
|
||||
# Clean cache
|
||||
|
@ -1,12 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
function _arch_setup() {
|
||||
sudo aur-install wget gedit xterm gvim
|
||||
pip install docopt --upgrade --break-system-packages
|
||||
}
|
||||
|
||||
|
||||
function _gf180mcuD_clean_install() {
|
||||
# Re-installs gf180mcuD
|
||||
|
||||
@ -170,5 +164,5 @@ function gf180_patch() {
|
||||
source ./global-variables.sh
|
||||
|
||||
#_gf180mcuD_clean_install
|
||||
_arch_setup
|
||||
pip install docopt --upgrade --break-system-packages
|
||||
gf180_patch
|
||||
|
@ -60,8 +60,4 @@ if [ -d $SCRIPT_DIR/iic-spice-model-red.py ]; then
|
||||
return -1
|
||||
fi
|
||||
|
||||
sudo aur-install wget
|
||||
|
||||
sky130_patch
|
||||
|
||||
sudo aur-install gedit xterm gvim
|
||||
sky130_patch
|
Loading…
Reference in New Issue
Block a user