Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix Dockerfile multiarch
pcaskey committed Nov 22, 2023
1 parent 0c37500 commit aa8fff9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
@@ -1,5 +1,4 @@
FROM rockylinux:8.8
#FROM --platform=$TARGETPLATFORM rockylinux:8.8
FROM --platform=$TARGETPLATFORM rockylinux:8.8

# Install needed utils
RUN rm -fr /var/cache/yum/* && yum clean all && yum -y install --setopt=tsflags=nodocs epel-release && \

0 comments on commit aa8fff9

Please sign in to comment.