Skip to content

Commit

Permalink
update nsenter version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sreejithpunnapuzha committed Jan 10, 2025
1 parent 60517b9 commit 219d7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsenter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG FROM=quay.io/sreejithp/ubuntu:jammy
FROM ${FROM} as builder

ARG TIMEZONE=America/Chicago
ARG UTIL_LINUX_VER=2.40.2
ARG UTIL_LINUX_VER=2.40.3
ARG UBUNTU_RELEASE=jammy

RUN ln -snf /usr/share/zoneinfo/$TIMEZONE /etc/localtime && echo $TIMEZONE > /etc/timezone; \
Expand All @@ -11,7 +11,7 @@ RUN ln -snf /usr/share/zoneinfo/$TIMEZONE /etc/localtime && echo $TIMEZONE > /et
echo "deb http://archive.ubuntu.com/ubuntu ${UBUNTU_RELEASE}-backports main restricted universe multiverse" >> /etc/apt/sources.list; \
echo "deb http://security.ubuntu.com/ubuntu ${UBUNTU_RELEASE}-security main restricted universe multiverse" >> /etc/apt/sources.list; \
apt-get update && apt-get dist-upgrade -y; \
apt-get update && apt-get install -yq git make gcc gettext autopoint bison libtool automake pkg-config flex sqlite3 asciidoctor po4a \
apt-get update && apt-get install -yq apt-utils git make gcc gettext autopoint bison libtool automake pkg-config flex sqlite3 asciidoctor po4a \
&& apt-get autoremove -y --purge && apt-get clean && rm -rf /var/lib/apt/lists/*

WORKDIR /code
Expand Down

0 comments on commit 219d7c2

Please sign in to comment.