Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# escape=\
ARG BASE_IMAGE=ubuntu:16.04
ARG BASE_IMAGE=ubuntu:18.04

FROM ${BASE_IMAGE}

Expand All @@ -11,7 +11,6 @@ WORKDIR /scilla/${MAJOR_VERSION}

RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:tah83/secp256k1 -y \
&& add-apt-repository ppa:avsm/ppa -y \
&& apt-get update && apt-get install -y --no-install-recommends \
curl \
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# escape=\
ARG BASE_IMAGE=ubuntu:16.04
ARG BASE_IMAGE=ubuntu:18.04

FROM ${BASE_IMAGE}

Expand All @@ -11,7 +11,6 @@ WORKDIR /scilla/${MAJOR_VERSION}

RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:tah83/secp256k1 -y \
&& add-apt-repository ppa:avsm/ppa -y \
&& apt-get update && apt-get install -y --no-install-recommends \
curl \
Expand Down