Skip to content

Commit

Permalink
improve apt-get call
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Jan 10, 2024
1 parent 6fb4fc9 commit a342592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ 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 install gcc-arm-linux-gnueabi
RUN apt-get update
RUN apt-get -y install gcc-arm-linux-gnueabi

COPY . .

Expand Down

0 comments on commit a342592

Please # to comment.