Skip to content

cp: omitting directory '/usr/share/zoneinfo' #2

@schel4ok

Description

@schel4ok

на шаге сборки php всё время выбрасывает ошибку cp: omitting directory '/usr/share/zoneinfo'

а если заменить переменную текстом, то всё проходит нормально

RUN echo "UTC" && apk --update add tzdata && \
    cp /usr/share/zoneinfo/UTC /etc/localtime && \
    echo UTC > /etc/timezone && \
    apk del tzdata

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