feat: update
This commit is contained in:
parent
87aa7c3720
commit
7649b10046
10
Dockerfile
10
Dockerfile
@ -1,11 +1,3 @@
|
|||||||
FROM ubuntu:22.04
|
FROM robertdebock/ubuntu:jammy
|
||||||
|
|
||||||
RUN echo 'root:root' | chpasswd
|
|
||||||
RUN printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d
|
|
||||||
RUN apt-get update
|
|
||||||
RUN apt-get install -y systemd systemd-sysv
|
|
||||||
RUN printf "systemctl start systemd-logind" >> /etc/profile
|
|
||||||
|
|
||||||
RUN apt-get install wget net-tools
|
RUN apt-get install wget net-tools
|
||||||
|
|
||||||
ENTRYPOINT ["/sbin/init"]
|
|
@ -17,4 +17,4 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
environment:
|
environment:
|
||||||
APP_ADDRESS: 0.0.0.0:3111
|
APP_ADDRESS: 0.0.0.0:3111
|
||||||
# command: ['tail', '-f', '/dev/null']
|
command: ['tail', '-f', '/dev/null']
|
||||||
|
Loading…
Reference in New Issue
Block a user