Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Feb 10, 2024
1 parent 00cffe9 commit 51f24f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ FROM ubuntu:noble-20240114 as asdf-builder
# UPDATE_HERE
ARG ASDF_VERSION=v0.14.0

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 \
&& apt-get -y install --no-install-recommends build-essential \
&& apt-get -y install --no-install-recommends autoconf automake gdb git libffi-dev zlib1g-dev libssl-dev curl \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Install asdf
Expand Down

0 comments on commit 51f24f8

Please sign in to comment.