mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update Dockerfile
This commit is contained in:
parent
4b37057ef5
commit
6a9e6fb6bd
@ -10,6 +10,9 @@ VOLUME /config
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN groupadd -g 100 users
|
||||
RUN useradd -s /bin/bash -u 99 -g 100 nobody
|
||||
|
||||
# Update packages and install software
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install software-properties-common \
|
||||
|
Loading…
Reference in New Issue
Block a user