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

Commit

Permalink
Use latest version of libc6-dev in completion testing environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Sep 14, 2023
1 parent a7c47ea commit 7aab83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/completionTest/env/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN curl --show-error --retry 3 --retry-connrefused https://ftp.gnu.org/gnu/bash
bison=2:3.8.2+dfsg-1build1 \
gcc=4:11.2.0-1ubuntu1 \
make=4.3-4.1build1 \
libc6-dev=2.35-0ubuntu3.1 \
libc6-dev=2.35-0ubuntu3.3 \
&& \
cd /tmp/bash-3.2.57 && \
./configure --prefix=/shells/bash-3.2 && \
Expand All @@ -35,7 +35,7 @@ RUN curl --show-error --retry 3 --retry-connrefused https://ftp.gnu.org/gnu/bash
RUN curl --location --show-error --retry 3 --retry-connrefused https://github.com/scop/bash-completion/archive/refs/tags/1.3.tar.gz --output /tmp/bash-completion-1.3.tar.gz && \
cd /tmp && tar xzf /tmp/bash-completion-1.3.tar.gz && \
cp /tmp/bash-completion-1.3/bash_completion /etc/bash_completion && \
rm -rf /tmp/bash-completion-1.3 /tmp/bash-completion-1.3.tar.gz \
rm -rf /tmp/bash-completion-1.3 /tmp/bash-completion-1.3.tar.gz

ENV PATH=/shells/bash-3.2/bin:$PATH

Expand Down

0 comments on commit 7aab83d

Please sign in to comment.