Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 7c4e405

Browse files
committed
Removes out-commented apt-get line - adds upgrade command for apt-get.
1 parent 2691ebc commit 7c4e405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV DEBIAN_FRONTEND noninteractive
2525

2626
# Update your packages and install the ones that are needed to compile Ruby
2727
RUN apt-get update -y
28-
#RUN apt-get install -y wget curl gcc libxml2-dev libxslt-dev libcurl4-openssl-dev libreadline6-dev libc6-dev libssl-dev make build-essential zlib1g-dev openssh-server git-core libyaml-dev postfix libpq-dev libicu-dev
28+
RUN apt-get upgrade -y
2929
RUN apt-get install -y curl libxml2-dev libxslt-dev libcurl4-openssl-dev libreadline6-dev libssl-dev patch build-essential zlib1g-dev openssh-server libyaml-dev libicu-dev
3030

3131
# Download Ruby and compile it

0 commit comments

Comments
 (0)