Skip to content

Commit

Permalink
fix(debian_ubuntu): add systemd package to images
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Feb 29, 2020
1 parent 2ac815d commit f5eb0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.apt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG EXTRA_PACKAGES=""

ARG DEBIAN_FRONTEND="noninteractive"

ARG PKGS="udev git net-tools sudo curl locales procps openssh-server lsb-release $EXTRA_PACKAGES"
ARG PKGS="udev git net-tools sudo curl locales procps openssh-server lsb-release systemd $EXTRA_PACKAGES"

# Avoid unnecessary files when installing packages
COPY files/dpkg-nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc
Expand Down

0 comments on commit f5eb0a9

Please sign in to comment.