Skip to content

Commit

Permalink
dockerfile default UID/GUID
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Nov 18, 2023
1 parent 14c56a9 commit 17dfeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
FROM ubuntu:jammy-20230522 AS base

# Build arguments
ARG ARG_UID
ARG ARG_GID
ARG ARG_UID=1000
ARG ARG_GID=1000

# Install system dependencies
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
Expand Down

0 comments on commit 17dfeae

Please sign in to comment.