Skip to content

Commit

Permalink
Add new packages
Browse files Browse the repository at this point in the history
- Solves #1
  • Loading branch information
pentatonicfunk committed Oct 17, 2021
1 parent 383aa62 commit a8e100b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions 18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ RUN apt-get update && apt-get install -y \
ca-certificates \
gnupg2 \
software-properties-common \
apt-utils
apt-utils \
iputils-ping \
net-tools \
nano \
less

## in case ca-cert already installed, force upgrade ( to get latest chain )
RUN apt-get upgrade ca-certificates
RUN apt-get upgrade -y ca-certificates

# ensure we have the en_US.UTF-8 locale available
RUN locale-gen en_US.UTF-8
Expand Down
8 changes: 6 additions & 2 deletions 20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ RUN apt-get update && apt-get install -y \
ca-certificates \
gnupg2 \
software-properties-common \
apt-utils
apt-utils \
iputils-ping \
net-tools \
nano \
less

## in case ca-cert already installed, force upgrade ( to get latest chain )
RUN apt-get upgrade ca-certificates
RUN apt-get upgrade -y ca-certificates

# ensure we have the en_US.UTF-8 locale available
RUN locale-gen en_US.UTF-8
Expand Down

0 comments on commit a8e100b

Please sign in to comment.