1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-31 03:25:45 +00:00

apt-get clean before update to fix deployment error

This commit is contained in:
2017-01-18 14:54:05 +00:00
parent d7c82a8d71
commit aeb6011340

View File

@@ -1,7 +1,7 @@
FROM ruby:2.3.0
RUN apt-get update
RUN apt-get clean && apt-get update
RUN apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libssl-dev libyaml-dev libreadline-dev openssl curl git-core zlib1g-dev bison libxml2-dev libxslt1-dev libcurl4-openssl-dev libsqlite3-dev sqlite3 wget apache2 apt-transport-https nodejs nodejs-legacy npm mysql-client postfix