Skip to content

Commit 9b33acb

Browse files
committed
Fix unsupported syntax in MCP containerfile
Signed-off-by: Nikola Forró <[email protected]>
1 parent 1e9e814 commit 9b33acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile.mcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ COPY files/Current-IT-Root-CAs.pem /etc/pki/ca-trust/source/anchors/
3535
RUN update-ca-trust
3636

3737
# Configure jump host for internal dist-git
38-
COPY <<EOF /etc/ssh/ssh_config.d/00-dist-git.conf
38+
RUN cat > /etc/ssh/ssh_config.d/00-dist-git.conf <<EOF
3939
Host iad2
4040
Hostname bastion-iad2.corp.redhat.com
4141
GSSAPIAuthentication yes

0 commit comments

Comments
 (0)