We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a96ab commit 6386fabCopy full SHA for 6386fab
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nimlang/nim:1.2.6-ubuntu
+FROM nimlang/nim:1.6.4-ubuntu
2
3
RUN apt-get update -yqq \
4
&& apt-get install -y --no-install-recommends \
docker/Dockerfile.alpine
@@ -0,0 +1,9 @@
+FROM nimlang/nim:1.6.4-alpine
+
+RUN apk --no-cache add libsass-dev sqlite3 libsass
5
+WORKDIR /app
6
+COPY . /app
7
8
+# install dependencies
9
+RUN nimble install -Y
0 commit comments