Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions