-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a container for the 4.3 Nanbield release (Fixes #1)
Signed-off-by: Derek Straka <[email protected]>
- Loading branch information
1 parent
3d23da1
commit ee2031d
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# See https://github.com/phusion/baseimage-docker | ||
FROM phusion/baseimage:0.11 | ||
FROM phusion/baseimage:jammy-1.0.1 | ||
|
||
MAINTAINER Derek Straka <[email protected]> | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
# No Debian that's a bad Debian! We don't have an interactive prompt don't fail | ||
ENV DEBIAN_FRONTEND noninteractive | ||
|
@@ -43,7 +43,7 @@ ENV APT_GET_UPDATE 2018-07-24 | |
# plus some debugging utils | ||
RUN apt-get --quiet --yes update && \ | ||
apt-get --quiet --yes install gawk wget git-core diffstat unzip \ | ||
texinfo gcc-multilib build-essential chrpath socat cpio python python3\ | ||
texinfo gcc-multilib build-essential chrpath socat cpio python3\ | ||
python3-pip python3-pexpect xz-utils debianutils iputils-ping \ | ||
libsdl1.2-dev xterm sudo curl libssl-dev tmux strace ltrace file && \ | ||
apt-get clean && \ | ||
|
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