We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebb4de commit cca6c38Copy full SHA for cca6c38
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM judge0/compilers:1.4.0 AS production
+FROM judge0/basewithpythonpackages:latest AS production
2
3
ENV JUDGE0_HOMEPAGE "https://judge0.com"
4
LABEL homepage=$JUDGE0_HOMEPAGE
@@ -12,7 +12,8 @@ LABEL maintainer=$JUDGE0_MAINTAINER
12
ENV PATH "/usr/local/ruby-2.7.0/bin:/opt/.gem/bin:$PATH"
13
ENV GEM_HOME "/opt/.gem/"
14
15
-RUN apt-get update && \
+RUN echo "deb http://deb.debian.org/debian buster main" > /etc/apt/sources.list && \
16
+ apt-get update && \
17
apt-get install -y --no-install-recommends \
18
cron \
19
libpq-dev \
0 commit comments