Skip to content

Commit cca6c38

Browse files
committed
update and fix
1 parent 6ebb4de commit cca6c38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM judge0/compilers:1.4.0 AS production
1+
FROM judge0/basewithpythonpackages:latest AS production
22

33
ENV JUDGE0_HOMEPAGE "https://judge0.com"
44
LABEL homepage=$JUDGE0_HOMEPAGE
@@ -12,7 +12,8 @@ LABEL maintainer=$JUDGE0_MAINTAINER
1212
ENV PATH "/usr/local/ruby-2.7.0/bin:/opt/.gem/bin:$PATH"
1313
ENV GEM_HOME "/opt/.gem/"
1414

15-
RUN apt-get update && \
15+
RUN echo "deb http://deb.debian.org/debian buster main" > /etc/apt/sources.list && \
16+
apt-get update && \
1617
apt-get install -y --no-install-recommends \
1718
cron \
1819
libpq-dev \

0 commit comments

Comments
 (0)