Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Fixed wget to refer to 0.4.0 (#12)
Browse files Browse the repository at this point in the history
* update to 0.4.0

* fix wget line
  • Loading branch information
kewegner authored and chilanti committed Aug 26, 2019
1 parent 7bd91be commit c2e135e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gcr.io/cloud-builders/docker
RUN apt-get update && \
apt-get -y install sudo jq wget
RUN wget https://github.com/appsody/appsody/releases/download/0.2.2/appsody_0.2.2_amd64.deb
RUN wget https://github.com/appsody/appsody/releases/download/0.4.0/appsody_0.4.0_amd64.deb
COPY setupAndRunExtract.sh .
RUN apt install -f ./appsody_0.4.0_amd64.deb

0 comments on commit c2e135e

Please sign in to comment.