Skip to content

Commit

Permalink
chore(linux): cleanup
Browse files Browse the repository at this point in the history
Setting permissions is now done in the base image.
  • Loading branch information
ermshiperete committed Sep 11, 2024
1 parent e23e112 commit e54f822
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions resources/docker-images/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ else
fi
EOF

RUN chmod +x /usr/bin/bashwrapper && \
chown -R build:build $HOME

# now, switch to build user
USER build

Expand Down
3 changes: 0 additions & 3 deletions resources/docker-images/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ else
fi
EOF

RUN chmod +x /usr/bin/bashwrapper && \
chown -R build:build $HOME

# now, switch to build user
USER build

Expand Down
3 changes: 0 additions & 3 deletions resources/docker-images/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ else
fi
EOF

RUN chmod +x /usr/bin/bashwrapper && \
chown -R build:build $HOME

# now, switch to build user
USER build

Expand Down
3 changes: 0 additions & 3 deletions resources/docker-images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ else
fi
EOF

RUN chmod +x /usr/bin/bashwrapper && \
chown -R build:build $HOME

# now, switch to build user
USER build

Expand Down

0 comments on commit e54f822

Please sign in to comment.