Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 19, 2024
1 parent 5cb3515 commit f1307be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ RUN adduser \
--uid "${USER_ID}" \
"${USER_NAME}"


RUN mkdir /opt && chmod 777 /opt

ENV HOME "${USER_HOME}"

USER "${USER_NAME}"
Expand Down

0 comments on commit f1307be

Please sign in to comment.