Skip to content

Commit

Permalink
Merge pull request #7 from Marfeel/MRF-80877/intermittent-issues-uplo…
Browse files Browse the repository at this point in the history
…ading-artifacts_v2

MRF-80877/intermittent-issues-uploading-artifacts_v2
  • Loading branch information
jordillachmrf authored Jan 18, 2021
2 parents 37a687b + 41d459e commit a5a71fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.5.3
FROM maven:3.5.4

RUN \
apt-get update \
Expand Down Expand Up @@ -57,21 +57,21 @@ RUN \
npm -g config set user root \
&& \
npm install -g gulp \
node-sass \
node-sass@4.12.0 \
jsonlint

RUN \
apt-get install -y \
ruby-dev \
zlib1g-dev \
liblzma-dev \
&& \
liblzma-dev
RUN \
gem install \
hpricot \
nokogiri \
premailer \
nokogiri:1.8.5 \
premailer:1.11.1 \
compass \
scss_lint
scss_lint:0.56.0

RUN \
pip install \
Expand Down

0 comments on commit a5a71fb

Please sign in to comment.