fix symbolic link on dockerfile
All checks were successful
/ build-docker-image (push) Successful in 11s

This commit is contained in:
2025-01-12 11:41:19 +00:00
parent 0744e62066
commit 13aca2cb51

View File

@@ -1,9 +1,7 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN apt-get update RUN apt-get update
RUN apt-get install -y \ RUN apt-get install -y \
python3 \ python3 \
python3-pip \ python3-pip \
@@ -14,5 +12,5 @@ RUN apt-get install -y \
COPY ./docker/app /app COPY ./docker/app /app
RUN chmod +x /app/scripts/ffenv RUN chmod +x /app/scripts/ffenv
RUN ln -s /app/scripts/ffenv /usr/local/lib/ffenv RUN ln -s /app/scripts/ffenv /usr/local/bin/ffenv