Skip to content

Commit

Permalink
chown on home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed May 16, 2023
1 parent 2119298 commit 420c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG UID=100
ARG GID=1000

RUN groupadd -g "${GID}" vault && mkdir -p /home/vault \
&& usermod -l vault -g "${GID}" -d /home/vault _apt
&& usermod -l vault -g "${GID}" -d /home/vault _apt && chown -R vault:vault /home/vault

# Update apt and Install dependencies
RUN apt-get update && apt install software-properties-common -y && add-apt-repository ppa:rmescandon/yq -y \
Expand Down

0 comments on commit 420c6c1

Please sign in to comment.