-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Ubuntu 22.04 and 24.04 to the packaging custom containers
- Loading branch information
Showing
5 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM ubuntu:22.04 | ||
|
||
COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc | ||
|
||
RUN apt update -y \ | ||
&& echo 'tzdata tzdata/Areas select Europe' | debconf-set-selections \ | ||
&& echo 'tzdata tzdata/Zones/Europe select Lisbon' | debconf-set-selections \ | ||
&& DEBIAN_FRONTEND="noninteractive" apt install -y \ | ||
apt-utils gnupg jq awscli python3 python3-venv python3-pip \ | ||
build-essential devscripts debhelper bash-completion git patchelf curl rustc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM ubuntu:22.04 | ||
|
||
COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc | ||
|
||
RUN apt update -y \ | ||
&& echo 'tzdata tzdata/Areas select Europe' | debconf-set-selections \ | ||
&& echo 'tzdata tzdata/Zones/Europe select Lisbon' | debconf-set-selections \ | ||
&& DEBIAN_FRONTEND="noninteractive" apt install -y \ | ||
apt-utils gnupg jq awscli python3 python3-venv python3-pip \ | ||
build-essential devscripts debhelper bash-completion git patchelf curl rustc |