Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for #20 #21 #22

Merged
merged 4 commits into from
Jan 29, 2015
Merged

Fixes for #20 #21 #22

merged 4 commits into from
Jan 29, 2015

Conversation

jacek-marchwicki
Copy link
Contributor

@@ -1,8 +1,8 @@
FROM google/debian:wheezy
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i '1i deb http://gce_debian_mirror.storage.googleapis.com/ wheezy main' /etc/apt/sources.list
RUN apt-get update && apt-get install -y -qq --no-install-recommends wget unzip python php5-mysql php5-cli php5-cgi openjdk-7-jre-headless openssh-client && apt-get clean
RUN apt-get update && apt-get install -y -qq --no-install-recommends wget unzip python php5-mysql php5-cli php5-cgi openjdk-7-jre-headless openssh-client python-openssl && apt-get clean
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change apt-get clean, with rm -rf /var/lib/apt/lists/*? I think google/debian already does apt-get clean after each install now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was not a point of my change.
I think you can do this in separate changeset.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure makes total sense ;)

@proppy
Copy link
Member

proppy commented Jan 29, 2015

Sorry for the late followup, this looks good to me and thanks for reporting and fixing the issue, just 2 little nits.

proppy added a commit that referenced this pull request Jan 29, 2015
@proppy proppy merged commit d51ef2e into GoogleCloudPlatform:master Jan 29, 2015
@proppy
Copy link
Member

proppy commented Jan 29, 2015

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants