fix symbolic link on dockerfile
All checks were successful
/ build-docker-image (push) Successful in 11s
All checks were successful
/ build-docker-image (push) Successful in 11s
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
|
||||
RUN apt-get install -y \
|
||||
python3 \
|
||||
python3-pip \
|
||||
@@ -14,5 +12,5 @@ RUN apt-get install -y \
|
||||
|
||||
COPY ./docker/app /app
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user