Skip to content

Commit ff50274

Browse files
Dockerfile: Support socat use cases (#13208)
* Dockerfile: Support socat use cases In some contexts it is necessary to provide access to Gitea via TCP ports and unix sockets. Gitea (`gitea web`) can be configured to listen for connections via unix-socket or TCP port, but not both. When Gitea is installed to the host this limitation can be worked around by installing socat on the host. When running Gitea from a container this limitation cannot be workaround. Add socat to Gitea container. * Removed version Co-authored-by: techknowlogick <[email protected]>
1 parent e918636 commit ff50274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apk --no-cache add \
3737
openssh \
3838
s6 \
3939
sqlite \
40+
socat \
4041
su-exec \
4142
gnupg
4243

0 commit comments

Comments
 (0)