Arm64 builds locally
Some checks failed
Build and push Docker image in git push / build (push) Failing after 6m39s
Some checks failed
Build and push Docker image in git push / build (push) Failing after 6m39s
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
ARG FROM_IMAGE
|
||||
|
||||
FROM $FROM_IMAGE
|
||||
|
||||
ARG H_GID
|
||||
ARG H_UID
|
||||
ARG PIP_REQ_FILE
|
||||
|
||||
FROM $FROM_IMAGE
|
||||
|
||||
RUN apt update && \
|
||||
DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin apt-get install -y tzdata \
|
||||
&& cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime \
|
||||
|
Reference in New Issue
Block a user