repositories
/
mbt-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007a689
)
Revert "Be friendly with aarch64 platform"
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 3 Oct 2022 13:22:05 +0000
(15:22 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 3 Oct 2022 13:22:05 +0000
(15:22 +0200)
This reverts commit
007a6899b26cc3f3cc9226d99c3cb15470af2612
.
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 47cfd7bf2acb32d056ca8d9701fdc28966d151dd..5be6ec411f7b673f670f7343af8a57c2073b9f47 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-1,4
+1,4
@@
-FROM
--platform=amd64
debian:bullseye-slim
+FROM debian:bullseye-slim
ARG USER="mta"
ARG USER_HOME_DIR="/home/${USER}"