Skip to content

Commit

Permalink
Install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 10, 2024
1 parent 370ef56 commit 03d8202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/dockerfile/Dockerfile.i386
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV GOSU_VERSION=1.10

RUN apt-get update && \
apt-get install -y tar unzip wget git build-essential ninja-build cmake
apt-get install -y tar unzip wget git build-essential ninja-build cmake curl

# Install lightweight sudo (not bound to TTY)
RUN set -ex; \
curl -o /usr/local/bin/gosu -L "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64" && \
curl -o /usr/local/bin/gosu -L "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-i386" && \
chmod +x /usr/local/bin/gosu && \
gosu nobody true

Expand Down

0 comments on commit 03d8202

Please sign in to comment.