Skip to content

Commit

Permalink
Merge pull request #109 from haberda/master
Browse files Browse the repository at this point in the history
Update Dockerfile to reduce container size
  • Loading branch information
Bernhard B authored Mar 14, 2021
2 parents 66a49cb + aaae130 commit 87f9d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ COPY --from=buildcontainer /tmp/signal-cli-${SIGNAL_CLI_VERSION}/build/native-im
COPY entrypoint.sh /entrypoint.sh

RUN tar xf /tmp/signal-cli-${SIGNAL_CLI_VERSION}.tar -C /opt
RUN rm -rf /tmp/signal-cli-${SIGNAL_CLI_VERSION}
RUN rm -rf /tmp/signal-cli-${SIGNAL_CLI_VERSION}.tar

RUN groupadd -g 1000 signal-api \
&& useradd --no-log-init -M -d /home -s /bin/bash -u 1000 -g 1000 signal-api \
Expand Down

0 comments on commit 87f9d66

Please sign in to comment.