Skip to content
Snippets Groups Projects

Mewex to rancher

1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -10,10 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3.6-dev \
default-jdk \
libicu-dev \
libboost1.58-all-dev
RUN wget -O morf 'https://nextcloud.clarin-pl.eu/index.php/s/VVIvx4w20azcWbp/download' && \
dpkg -i ./morf
libboost1.58-all-dev \
morphanalyser
# Install Java
RUN apt-get update && \
Loading