Skip to content

Commit 68e9baa

Browse files
committed
Remove python2 from docker image
1 parent ab3fcb8 commit 68e9baa

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ RUN apt-get install -y zlib1g zlib1g-dev curl wget apt-utils
77
# installations for django
88
RUN apt-get install -y python3 python3-dev python3-pip
99

10-
# installations for sqlalchemy
11-
RUN apt-get install -y python python-dev python-pip
12-
1310
# installations for node
1411
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get -y update
1512

docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
set -euo pipefail
2323

24-
image=cockroachdb/example-orms-builder:20200413-1918
24+
image=cockroachdb/example-orms-builder:20200610-2048
2525

2626
gopath=$(go env GOPATH)
2727
gopath0=${gopath%%:*}

0 commit comments

Comments
 (0)