Hi I tried with this Dockerfile and I get the error that follows it immediately. Which are the root's username/password?
Dockerfile:
FROM adminer:latest
RUN apt-get install pdo_dblib
RUN apt-get install oci8
RUN apt-get install interbase
RUN apt-get install mongodb
Error:
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?