Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramesh324 committed Jun 25, 2024
1 parent f739eec commit 5de84a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ FROM s390x/ubuntu:20.04
# see https://gist.github.com/skaji/76203327b517cb44da88a4301de118d3
#RUN sed -i 's/override_install_langs=en_US.UTF-8/override_install_langs=en_US.utf8/' /etc/yum.conf

# Update package list and install dependencies
RUN apt-get update && apt-get install -y \
gcc \
make \
tar \
curl \
patch \
xz
xz-utils

RUN mkdir -p \
/lib \
/lib/$(uname -m)-linux-gnu \
Expand Down

0 comments on commit 5de84a3

Please sign in to comment.