FROM docker.io/bitnami/opencart:3

## Change user to perform privileged actions
USER 0
## Install 'vim'
RUN install_packages vim