Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Apr 1, 2024
1 parent 2f9a9ec commit 4198cca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install build tools
RUN apt-get -y update \
&& apt-get -y install build-essential \
&& apt-get -y install autoconf automake gdb git libffi-dev zlib1g-dev libssl-dev curl wget \
&& apt-get -y install autoconf automake gdb git \
&& apt-get -y install libffi-dev zlib1g-dev libssl-dev \
&& apt-get -y install curl wget \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Install asdf
Expand Down

0 comments on commit 4198cca

Please sign in to comment.