Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn authored Mar 9, 2023
1 parent 2bd20bb commit d238fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM ubuntu

RUN apt-get update && apt-get -y install curl bash

RUN curl https://downloads.mender.io/mender-artifact/3.6.1/linux/mender-artifact --output /bin/mender-artifact
RUN curl https://downloads.mender.io/mender-artifact/3.10.0/linux/mender-artifact --output /bin/mender-artifact
RUN chmod +x /bin/mender-artifact

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit d238fb3

Please sign in to comment.