Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent 482b578 commit c20d2cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions images/docker/image-factory-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install --no-install-recommends -y \
apt-transport-https \
binfmt-support \
buildah \
ca-certificates \
curl \
Expand Down Expand Up @@ -55,9 +56,9 @@ RUN usermod --add-subuids 100000-165535 --add-subgids 100000-165535 ${USER_NAME}
setcap cap_setuid+eip /usr/bin/newuidmap && \
setcap cap_setgid+eip /usr/bin/newgidmap

# # QEMU setup
# RUN update-binfmts --enable qemu-aarch64 && \
# update-binfmts --enable qemu-arm
# QEMU setup
RUN update-binfmts --enable qemu-aarch64 && \
update-binfmts --enable qemu-arm

# Change to runner workdir
WORKDIR ${USER_HOME}
Expand Down

0 comments on commit c20d2cb

Please sign in to comment.