Forgot about sqlite3 for golang

This commit is contained in:
Jamie Curnow
2021-05-10 13:03:49 +10:00
parent 8424d61bc1
commit a33e019746
+1 -1
View File
@@ -8,7 +8,7 @@ RUN echo "Golang: jc21/nginx-full:${BASE_TAG:-latest}, ${TARGETPLATFORM:-linux/a
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
RUN apt-get update \
&& apt-get install -y wget gcc g++ make git \
&& apt-get install -y wget gcc g++ make git sqlite3 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*