fix: add gnupg and software-properties-common for PPA support
This commit is contained in:
@@ -14,12 +14,15 @@ RUN mkdir -p /var/run/sshd /var/log/supervisor \
|
||||
&& echo 'ansible ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||
|
||||
# Install base system packages in a single layer
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
||||
# Core system
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
||||
# Core system
|
||||
ca-certificates \
|
||||
gnupg \
|
||||
lsb-release \
|
||||
apt-transport-https \
|
||||
software-properties-common \
|
||||
# SSH and system control
|
||||
openssh-server \
|
||||
sudo \
|
||||
|
||||
Reference in New Issue
Block a user