From 80604075d0fe032904d0a294acbfca3d1ce422e3 Mon Sep 17 00:00:00 2001 From: Firman Alamsyah Date: Thu, 16 Jan 2025 05:24:19 +0700 Subject: [PATCH] docs: Add link to docker hub (#128) Added link to docker hub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7721438..07462be 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ Security: ## How to build & install -__NOTE__: a docker image is available on docker hub, which removes the need for building and installing go. +__NOTE__: a [docker image](https://hub.docker.com/r/bolkedebruin/rdpgw/) is available on docker hub, which removes the need for building and installing go. Ensure that you have `make` (comes with standard build tools, like `build-essential` on Debian), `go` (version 1.19 or above), and development files for PAM (`libpam0g-dev` on Debian) installed.