mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
9 lines
125 B
Bash
Executable File
9 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
set -u
|
|
set -o pipefail
|
|
|
|
apt-get update
|
|
apt-get install -y debootstrap debian-archive-keyring jq dpkg-dev
|