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.
2 parents ab3fcb8 + 68e9baa commit 1820bacCopy full SHA for 1820bac
Dockerfile
@@ -7,9 +7,6 @@ RUN apt-get install -y zlib1g zlib1g-dev curl wget apt-utils
7
# installations for django
8
RUN apt-get install -y python3 python3-dev python3-pip
9
10
-# installations for sqlalchemy
11
-RUN apt-get install -y python python-dev python-pip
12
-
13
# installations for node
14
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get -y update
15
docker.sh
@@ -21,7 +21,7 @@
21
22
set -euo pipefail
23
24
-image=cockroachdb/example-orms-builder:20200413-1918
+image=cockroachdb/example-orms-builder:20200610-2048
25
26
gopath=$(go env GOPATH)
27
gopath0=${gopath%%:*}
0 commit comments