Skip to content

Commit 616b2f5

Browse files
committed
Updated to the right install command
1 parent 0716446 commit 616b2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/lambda-feedback/evaluation-function-base/wolfram:latest as base
22

3-
CMD apt install curl
3+
RUN apt-get install curl
44

55
# Command to start the evaluation function with
66
ENV FUNCTION_COMMAND="bash"

0 commit comments

Comments
 (0)