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 f1307be commit 1b312df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aws-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ RUN adduser \
--uid "${USER_ID}" \
"${USER_NAME}"


RUN mkdir /opt && chmod 777 /opt
RUN mkdir -p /opt && chmod 777 /opt

ENV HOME "${USER_HOME}"

Expand Down

0 comments on commit 1b312df

Please sign in to comment.