Skip to content

Commit

Permalink
Remove gcc cross-compile and add gcc-multilib
Browse files Browse the repository at this point in the history
Signed-off-by: Luan Rafael Carneiro <[email protected]>
  • Loading branch information
Luan Rafael Carneiro committed Jul 11, 2024
1 parent 5c4dae1 commit 4c7f1d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG version=18.04
FROM ubuntu:$version

# Does prevent interactive questions on apt operations
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBIAN_FRONTEND=noninteractiveq

# Install the required packages for development. We do this in a single command
# so the cache of the layer is handled atomically.
Expand Down Expand Up @@ -65,8 +65,8 @@ RUN apt-get update && \
lzop \
swig \
\
g++-arm-linux-gnueabihf \
gcc-arm-linux-gnueabihf \
g++-multilib \
gcc-multilib \
\
bash \
zsh \
Expand Down

0 comments on commit 4c7f1d9

Please sign in to comment.