Skip to content

Commit

Permalink
Remove gosu verification due to it breaking armhf qemu. See #362 for …
Browse files Browse the repository at this point in the history
…long term fix
  • Loading branch information
jacobalberty committed Oct 16, 2020
1 parent f79335f commit 13638b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ RUN set -ex \
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
&& chmod +x /usr/local/bin/gosu \
# verify that the binary works
&& gosu nobody true \
&& apt-get purge -y --auto-remove $fetchDeps \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 13638b3

Please sign in to comment.