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:
@@ -1,6 +1,7 @@
|
||||
FROM ruby:2.4.2
|
||||
|
||||
RUN apt-get -qq update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get -qq upgrade -y \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get -qq install -y \
|
||||
build-essential \
|
||||
libssl-dev \
|
||||
|
||||
Reference in New Issue
Block a user