Skip to content

Commit

Permalink
🤸
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegovic committed Jan 3, 2024
1 parent fea7bed commit 2eee8ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ FROM alpine:latest
# Install cURL to perform the file download
RUN apk add --no-cache curl

# Download the file from the specified URL
ARG FILE_URL
ARG TARGET_CONTAINER

# Download the file from the specified URL during the build
RUN curl -o /path/in/container/file.ext $FILE_URL

# Copy the file to the specified container directory
Expand Down

0 comments on commit 2eee8ea

Please sign in to comment.