mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Move Docker image to Ubuntu 22.04 LTS (#3481)
* Add tested Docker files for current Debian / Ubuntu, defaulting to Jammy * Update update-docker.yml * Update update-docker.yml * Solving with Docker run parameters * Just variable name change * Update update-docker.yml * Change to master Also merge https://github.com/armbian/scripts/pull/6 * Set default values * Add missing libssl1.1
This commit is contained in:
@@ -238,7 +238,7 @@ if ! ls "${SRC}"/userpatches/{config-default.conf,config-docker.conf,config-vagr
|
||||
|
||||
# Create Docker file
|
||||
if [[ ! -f "${SRC}"/userpatches/Dockerfile ]]; then
|
||||
cp "${SRC}"/config/templates/Dockerfile "${SRC}"/userpatches/Dockerfile || exit 1
|
||||
cp "${SRC}"/config/templates/Dockerfile "${SRC}"/userpatches/Dockerfile || exit 1
|
||||
fi
|
||||
|
||||
# Create Vagrant config
|
||||
|
||||
Reference in New Issue
Block a user