summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-03-24 14:53:49 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2026-03-26 13:04:58 +0000
commit2933d0f5f5d17551b292cdafb8315cf2876e64a7 (patch)
tree5dd619f5d962e3a45d6b0f52c98e79baa8306b5c /docker
parentb91b896d8028d4be878d653a5620c66549fadba5 (diff)
downloadvyos-build-2933d0f5f5d17551b292cdafb8315cf2876e64a7.tar.gz
vyos-build-2933d0f5f5d17551b292cdafb8315cf2876e64a7.zip
T8410: Fix typos and mistakes in scripts and comments
Fix typos and mistakes in the comments No functional changes
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6d913222..cc7abad0 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -312,7 +312,7 @@ RUN apt-get update && apt-get install -y \
python3-pytest-cov \
cloud-utils
-# Install utillities for building grub and u-boot images
+# Install utilities for building grub and u-boot images
RUN if dpkg-architecture -iarm64; then \
apt-get update && apt-get install -y \
dosfstools \
@@ -353,10 +353,10 @@ RUN sed "s/^%sudo.*/%sudo\tALL=(ALL) NOPASSWD:ALL/g" -i /etc/sudoers && \
echo "vyos_bld\tALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
chmod a+s /usr/sbin/useradd /usr/sbin/groupadd
-# Ensure sure all users have access to Go
+# Ensure all users have access to Go
RUN echo "export PATH=/opt/go/bin:\$PATH" >> /etc/skel/.bashrc
-# Rise upper limit for UID when working in an Active Direcotry integrated
+# Raise upper limit for UID when working in an Active Directory integrated
# environment. This solves the warning: vyos_bld's uid 1632000007 outside of the
# UID_MIN 1000 and UID_MAX 60000 range.
RUN sed -i 's/UID_MAX\t\t\t60000/UID_MAX\t\t\t2000000000/g' /etc/login.defs