mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
Compare commits
3 Commits
noble-1.0.
...
noble-1.0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1485f7c4e8 | ||
|
|
eb88d59d31 | ||
|
|
f627e59aaf |
@@ -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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -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:
|
First, install `vagrant-disksize` plug-in:
|
||||||
|
|
||||||
vagrant plugin install vagrant-disksize:
|
vagrant plugin install vagrant-disksize
|
||||||
|
|
||||||
Then, start the virtual machine
|
Then, start the virtual machine
|
||||||
|
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ case $(lsb_release -is) in
|
|||||||
;;
|
;;
|
||||||
Debian)
|
Debian)
|
||||||
$minimal_apt_get_install locales locales-all
|
$minimal_apt_get_install locales locales-all
|
||||||
|
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user