Skip to content

Commit

Permalink
remove arm64 compiler install
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Jan 12, 2024
1 parent 9f50ee8 commit bea5fc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ WORKDIR /app
# add the pubkey of github.com to knownhosts, so ssh-agent doesn't bark
RUN mkdir -p /root/.ssh && ssh-keyscan -t rsa github.com >> /root/.ssh/known_hosts
RUN git config --global 'url.ssh://git@github.com/.insteadOf' https://github.com/
RUN apt-get update
RUN apt-get -y install apt-utils aarch64-linux-gnu-gcc

COPY . .

Expand Down

0 comments on commit bea5fc2

Please # to comment.