Skip to content

Commit 0504c7f

Browse files
committed
fix dockerfiles
1 parent 3ee0c81 commit 0504c7f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

scripts/docker/Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
FROM debian:stable
44

5-
MAINTAINER Pierre-Yves Strub <[email protected]>
5+
LABEL org.opencontainers.image.maintainer="Pierre-Yves Strub <[email protected]>"
66

77
ARG user=charlie
88

9-
ENV DEBIAN_FRONTEND noninteractive
9+
ENV DEBIAN_FRONTEND=noninteractive
1010

1111
RUN \
1212
apt-get -q -y update && \

scripts/docker/Dockerfile.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ FROM ./Dockerfile.build
55
ARG EC_VERSION=main
66

77
RUN \
8-
opam pin --dev-repo \
9-
add -n easycrypt https://github.com/EasyCrypt/easycrypt.git#${EC_VERSION} && \
8+
opam pin add -n easycrypt https://github.com/EasyCrypt/easycrypt.git#${EC_VERSION} && \
109
opam install -v easycrypt && \
1110
rm -rf .opam/packages.dev/*

0 commit comments

Comments
 (0)