Skip to content

Commit

Permalink
move images to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclinder committed Apr 25, 2024
1 parent 0fd37f3 commit f8fe7c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG BASE_IMAGE=ubuntu:22.04
FROM --platform=${BUILDPLATFORM} ${BASE_IMAGE} as builder

ADD install-tools.sh .
RUN chmod +x install-tools.sh && ./install-tools.sh

FROM alpine:3
Expand Down
File renamed without changes.

0 comments on commit f8fe7c4

Please sign in to comment.