Skip to content

Commit

Permalink
try removing apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Jan 12, 2024
1 parent 4106378 commit e2a7e85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +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 && apt-get -y install apt-utils gcc-aarch64-linux-gnu

COPY . .

Expand Down

0 comments on commit e2a7e85

Please # to comment.