Skip to content

Commit

Permalink
Try different path for installer file
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Oct 29, 2024
1 parent 88d85db commit 28b249b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:latest
ENV LANG C.UTF-8
RUN apt-get update && apt-get install -y \
python3 \
Expand All @@ -20,6 +20,6 @@ RUN apt-get update && apt-get install -y \
&& echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY getSU2DataMiner.sh /getSU2DataMiner.sh
COPY docker/build/getSU2DataMiner.sh /getSU2DataMiner.sh

ENTRYPOINT ["/getSU2DataMiner.sh"]

0 comments on commit 28b249b

Please sign in to comment.