dockerfile default UID/GUID

This commit is contained in:
timothycarambat 2023-11-17 19:21:47 -08:00
parent 14c56a9bfc
commit 17dfeae0da

View File

@ -2,8 +2,8 @@
FROM ubuntu:jammy-20230522 AS base FROM ubuntu:jammy-20230522 AS base
# Build arguments # Build arguments
ARG ARG_UID ARG ARG_UID=1000
ARG ARG_GID ARG ARG_GID=1000
# Install system dependencies # Install system dependencies
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \