Skip to content
Snippets Groups Projects
Commit 17dfeae0 authored by timothycarambat's avatar timothycarambat
Browse files

dockerfile default UID/GUID

parent 14c56a9b
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment