Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Jun 24, 2019
1 parent 89171ab commit b4a0c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/alpine-3.10-git/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GLIBC_VERSION=2.29-r0

RUN apk add --no-cache -q git \
#
# Install glibc compatibility - optional, but extnesion more likely to work
# Install glibc compatibility - optional, but extensions more likely to work
&& apk add --no-cache ca-certificates wget libstdc++ libgcc \
&& wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \
&& wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk \
Expand Down

0 comments on commit b4a0c0a

Please sign in to comment.