Skip to content

Cannot add additional php packages in Docker image #155

@hatzisn

Description

@hatzisn

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions