1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Jeshua Ben Joseph
2403c58254 noble-1.0.2 2025-04-10 01:22:40 -07:00
Emfox Zhou
1485f7c4e8 locale-gen on Debian does not take arguments and just read from /etc/locale.gen. (#648) 2025-03-15 09:43:41 +02:00
Jason N. White
eb88d59d31 Update LICENSE.txt, fix license year (#647) 2025-01-01 13:38:29 +02:00
Pascal
f627e59aaf Update README.md (#641)
Fix typo preventing installation of vagrant-disksize plugin.
2024-11-28 13:56:04 +02:00
4 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2013-2015 Phusion Holding B.V.
Copyright (c) 2013-2025 Phusion Holding B.V.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -1,4 +1,4 @@
VERSION ?= noble-1.0.0
VERSION ?= noble-1.0.2
ifdef BASE_IMAGE
BUILD_ARG = --build-arg BASE_IMAGE=$(BASE_IMAGE)
ifndef NAME

View File

@@ -586,7 +586,7 @@ Start a virtual machine with Docker in it. You can use the Vagrantfile that we'v
First, install `vagrant-disksize` plug-in:
vagrant plugin install vagrant-disksize:
vagrant plugin install vagrant-disksize
Then, start the virtual machine

View File

@@ -50,6 +50,7 @@ case $(lsb_release -is) in
;;
Debian)
$minimal_apt_get_install locales locales-all
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
;;
*)
;;