Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ FROM ubuntu:latest
|
|
8 |
WORKDIR /app
|
9 |
|
10 |
COPY --from=builder /app/bin/linux/helper helper
|
11 |
-
|
12 |
RUN apt update \
|
13 |
&& apt-get install -y curl unzip wget gnupg2
|
14 |
|
|
|
8 |
WORKDIR /app
|
9 |
|
10 |
COPY --from=builder /app/bin/linux/helper helper
|
11 |
+
ADD config.yaml .
|
12 |
RUN apt update \
|
13 |
&& apt-get install -y curl unzip wget gnupg2
|
14 |
|