Skip to content

Commit

Permalink
Bumped gosu version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bofm committed Mar 7, 2016
1 parent 0725f12 commit 86b06a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN yum -y install oracle-rdbms-server-12cR1-preinstall.x86_64 && \
rm -rf /var/lib/{cache,log} /var/log/lastlog

# Install gosu
RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/download/1.4/gosu-amd64' \
RUN curl -o /usr/local/bin/gosu -SL 'https://github.com/tianon/gosu/releases/download/1.7/gosu-amd64' \
&& chmod +x /usr/local/bin/gosu

RUN echo "oracle:oracle" | chpasswd
Expand Down

0 comments on commit 86b06a3

Please sign in to comment.