Skip to content

Commit 2083d8e

Browse files
committed
Update Dockerfile
1 parent 58ec30e commit 2083d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ RUN curl -L "https://mirror.openshift.com/pub/openshift-v${OC_MAJORVERSION}/amd6
2020
&& chmod +x /usr/local/bin/oc
2121

2222
# Verify installation
23-
RUN psql --version
23+
RUN oc version && psql --version
2424

2525
CMD ["/bin/sh"]

0 commit comments

Comments
 (0)