Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dashohoxha committed Aug 2, 2018
1 parent 50c0643 commit 5c5cde0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -30,6 +30,7 @@ DockerScripts

## INSTALLATION

apt install m4
git clone https://github.com/docker-scripts/ds /opt/docker-scripts/ds
cd /opt/docker-scripts/ds/
make install
Expand Down
6 changes: 3 additions & 3 deletions sh/dockerfiles/bionic
Expand Up @@ -2,13 +2,13 @@ FROM ubuntu:18.04

### install systemd
RUN apt update && \
apt -y upgrade && \
apt -y install systemd && \
apt upgrade --yes && \
apt install --yes systemd && \
systemctl set-default multi-user.target

STOPSIGNAL SIGRTMIN+3

CMD ["/sbin/init"]
WORKDIR /host

RUN apt -y install locales rsyslog logrotate cron logwatch ssmtp vim
RUN apt install --yes locales rsyslog logrotate cron logwatch ssmtp vim

0 comments on commit 5c5cde0

Please sign in to comment.