tools/docker: Fix opensuse-leap image

This commit is contained in:
Corentin Le Molgat
2021-12-10 17:42:14 +01:00
parent d5aaffc9e1
commit c4e7330ea6

View File

@@ -13,7 +13,6 @@ ENTRYPOINT ["/usr/bin/bash", "-c"]
CMD ["/usr/bin/bash"]
# Swig Install
FROM base AS swig
RUN zypper update -y \
&& zypper install -y swig \
&& zypper clean -a