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.
1 parent 3ee0c81 commit 0504c7fCopy full SHA for 0504c7f
scripts/docker/Dockerfile.base
@@ -2,11 +2,11 @@
2
3
FROM debian:stable
4
5
-MAINTAINER Pierre-Yves Strub <pierre-yves@strub.nu>
+LABEL org.opencontainers.image.maintainer="Pierre-Yves Strub <pierre-yves@strub.nu>"
6
7
ARG user=charlie
8
9
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
10
11
RUN \
12
apt-get -q -y update && \
scripts/docker/Dockerfile.test
@@ -5,7 +5,6 @@ FROM ./Dockerfile.build
ARG EC_VERSION=main
- opam pin --dev-repo \
- add -n easycrypt https://github.com/EasyCrypt/easycrypt.git#${EC_VERSION} && \
+ opam pin add -n easycrypt https://github.com/EasyCrypt/easycrypt.git#${EC_VERSION} && \
opam install -v easycrypt && \
rm -rf .opam/packages.dev/*
0 commit comments