Skip to content

Commit

Permalink
#4 - changed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn authored Mar 9, 2023
1 parent d238fb3 commit 082d760
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
@@ -1,7 +1,7 @@

FROM ubuntu
FROM alpine:3.16

RUN apt-get update && apt-get -y install curl bash
RUN apk add --no-cache curl bash openssl1.1-compat

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

0 comments on commit 082d760

Please sign in to comment.