1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Upgrade packages upon build for prod

This commit is contained in:
2018-01-09 07:59:49 -05:00
parent a36a083826
commit ff4cb52541

View File

@@ -1,6 +1,7 @@
FROM ruby:2.4.2 FROM ruby:2.4.2
RUN apt-get -qq update \ RUN apt-get -qq update \
&& DEBIAN_FRONTEND=noninteractive apt-get -qq upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get -qq install -y \ && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y \
build-essential \ build-essential \
libssl-dev \ libssl-dev \