diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-10-31 14:19:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 15:19:41 +0200 |
commit | 7cb22d6439f86346f92f5711f498b7623245071c (patch) | |
tree | bd501709831a419c5974aed81dac9fb0b2c4a980 /Dockerfile | |
parent | 0e6bf7e4c9f154680d30fc50a1b38fa507a9e7b7 (diff) | |
download | gitea-7cb22d6439f86346f92f5711f498b7623245071c.tar.gz gitea-7cb22d6439f86346f92f5711f498b7623245071c.zip |
Revert "Dockerfile: Support socat use cases (#13208)" (#13369)
This reverts commit ff50274ff34e4342d8f6b9470345a1df341d8428.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index efa7dfbabc..8800738bde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,6 @@ RUN apk --no-cache add \ openssh \ s6 \ sqlite \ - socat \ su-exec \ gnupg |