From 4b29261ba1ace2719e59596bfdbc275333c45610 Mon Sep 17 00:00:00 2001
From: Yuki Okushi <huyuumi.dev@gmail.com>
Date: Fri, 21 Aug 2020 18:14:57 +0900
Subject: [PATCH] Clarify the use of external Docker image

---
 ci/docker/switch/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ci/docker/switch/Dockerfile b/ci/docker/switch/Dockerfile
index 4118969d..00d3f141 100644
--- a/ci/docker/switch/Dockerfile
+++ b/ci/docker/switch/Dockerfile
@@ -1,3 +1,6 @@
+# NOTE: the pacman that we use for this target doesn't support
+# to use it on CI and we should pull it from another Docker image.
+
 FROM huyuumi/libc-switch:latest
 
 RUN apt-get update && apt-get install -y --no-install-recommends \
-- 
GitLab