We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fab1d commit ff51157Copy full SHA for ff51157
2 files changed
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