Skip to content

Commit

Permalink
Update epicbox-mono and epicbox-pascalabc images
Browse files Browse the repository at this point in the history
  • Loading branch information
andrvb committed Oct 29, 2020
1 parent abaccc6 commit ca13d64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions epicbox-mono/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM stepik/epicbox-base:jessie
FROM stepik/epicbox-base:buster
MAINTAINER Alexander Petrov <[email protected]>

ENV MONO_VERSION 5.0.0.100
ENV MONO_VERSION 6.10.0.104

RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

RUN echo "deb http://download.mono-project.com/repo/debian jessie/snapshots/$MONO_VERSION main" > /etc/apt/sources.list.d/mono-official.list && \
RUN apt-get update && \
apt-get install -y --no-install-recommends gnupg && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && \
echo "deb http://download.mono-project.com/repo/debian buster/snapshots/$MONO_VERSION main" > /etc/apt/sources.list.d/mono-official.list && \
apt-get update && \
apt-get install -y mono-devel --no-install-recommends && \
apt-get install -y --no-install-recommends mono-devel && \
rm -rf /var/lib/apt/lists/* /tmp/*
2 changes: 1 addition & 1 deletion epicbox-pascalabc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM stepik/epicbox-mono:5.0.0
FROM stepik/epicbox-mono:6.10.0
MAINTAINER Alexander Petrov <[email protected]>

RUN apt-get update && apt-get install wget unzip -y &&\
Expand Down

0 comments on commit ca13d64

Please sign in to comment.