Fix signald-builder dockerfile
This commit is contained in:
parent
c9da9ace26
commit
6099fdddaa
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ RUN apt-get update && apt-get install -y \
|
|||
jq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN adduser signald
|
||||
RUN mkdir /home/signald && chown signald:signald /home/signald
|
||||
COPY deb-scripts/release-deb.sh /usr/bin/release-deb
|
||||
COPY deb-scripts/get-component.sh /usr/bin/get-component
|
||||
COPY deb-scripts/repo-cron.sh /usr/bin/repo-cron
|
||||
|
|
Loading…
Reference in a new issue