Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenSSH client package to linux community-stable images #465

Merged
merged 10 commits into from
Jul 26, 2020
Prev Previous commit
fix file extension *.xz to new *.zst in blackarch
kiazhi committed Jul 23, 2020
commit 4d458d1d7accbb3c863a657e59a02f1d810d6468
4 changes: 2 additions & 2 deletions release/community-stable/blackarch/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ RUN \
FROM archlinux:latest

# Copy only the files we need from the previous stage
COPY --from=installer-env ["/tmp/gss-ntlmssp/gss-ntlmssp-0.8.0.r3.g2251a72-1-x86_64.pkg.tar.xz", "/tmp/gss-ntlmssp-0.8.0.r3.g2251a72-1-x86_64.pkg.tar.xz"]
COPY --from=installer-env ["/tmp/gss-ntlmssp/gss-ntlmssp-0.8.0.r3.g2251a72-1-x86_64.pkg.tar.zst", "/tmp/gss-ntlmssp-0.8.0.r3.g2251a72-1-x86_64.pkg.tar.zst"]

# Define Args for the needed for BlackArch Linux
ARG BlackArch_Strap_URL=https://blackarch.org/strap.sh
@@ -98,7 +98,7 @@ RUN \
# required for SSH
openssh \
# install gss-ntlmssp package from the previous stage
&& pacman -U --noconfirm /tmp/gss-ntlmssp-0.8.0.r3.g2251a72-1-x86_64.pkg.tar.xz \
&& pacman -U --noconfirm /tmp/gss-ntlmssp-0.8.0.r3.g2251a72-1-x86_64.pkg.tar.zst \
# create powershell folder
&& mkdir -p ${PS_INSTALL_FOLDER} \
# download the powershell linux compressed package