Skip to content

Commit 5081ba5

Browse files
author
Aaron Schlesinger
committed
fix(rootfs/Dockerfile): move the git home and user env vars up
so that the adduser command works
1 parent d774e5f commit 5081ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.3
22

3-
# install git and configure gituser
3+
# specify the git user's home and name
44
ENV GITHOME /home/git
55
ENV GITUSER git
66
# this is so the minio client (https://github.com/minio/mc) works properly

0 commit comments

Comments
 (0)