Skip to content

Commit

Permalink
upgrade skopeo version
Browse files Browse the repository at this point in the history
  • Loading branch information
dayland-ms committed Jul 1, 2024
1 parent 7d24083 commit 19fddc1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ RUN sudo apt-get update \
&& sudo apt-get -y install --no-install-recommends apt-utils dialog nano bash-completion sudo bsdmainutils cmake \
#
# Verify git, process tools, lsb-release (common in install instructions for CLIs) installed
&& sudo apt-get -y install git iproute2 procps lsb-release figlet build-essential dnsutils openvpn skopeo
&& sudo apt-get -y install git iproute2 procps lsb-release figlet build-essential dnsutils openvpn

# Install skopeo
RUN curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_alvistack.gpg > /dev/null \
&& sudo apt update \
&& sudo apt install skopeo

# Save command line history
RUN echo "export HISTFILE=/home/$USERNAME/commandhistory/.bash_history" >> "/home/$USERNAME/.bashrc" \
Expand Down

0 comments on commit 19fddc1

Please sign in to comment.