You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by GitBox <gi...@apache.org> on 2022/06/29 12:37:00 UTC

[GitHub] [sling-org-apache-sling-committer-cli] rombert commented on a diff in pull request #14: SLING-11426 - The apache/sling-cli Docker image cannot be built on M1 processors

rombert commented on code in PR #14:
URL: https://github.com/apache/sling-org-apache-sling-committer-cli/pull/14#discussion_r909576361


##########
Dockerfile:
##########
@@ -9,7 +9,8 @@
 # either express or implied. See the License for the specific language governing permissions
 # and limitations under the License.
 # ----------------------------------------------------------------------------------------
-FROM eclipse-temurin:11-alpine as builder
+FROM azul/zulu-openjdk-alpine:17 as builder
+RUN apk add --no-cache binutils

Review Comment:
   Out of curiosity, why is `binutils` needed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org