1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 13:34:31 +03:00

Need a couple more things in base image

This commit is contained in:
Timothy Clem 2018-05-18 08:45:43 -07:00
parent c76e961400
commit 237bc11bd1

View File

@ -5,7 +5,9 @@ FROM debian:stable-slim
# Install dependencies
RUN apt-get update && apt-get install -y \
ca-certificates \
libgmp10
libgmp10 \
netbase \
libssl1.1
# Cleanup
RUN apt-get autoremove -y && \