Browse Source

fix build and push image

pull/1271/head
Leonardo Apolonio 3 years ago
parent
commit
bfd50ba7a1
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
Dockerfile

@ -20,7 +20,7 @@ RUN apt-get update \
libpq-dev=11.10-0+deb10u1 \ libpq-dev=11.10-0+deb10u1 \
unixodbc-dev=2.3.6-0.1 \ unixodbc-dev=2.3.6-0.1 \
g++=4:8.3.0-1 \ g++=4:8.3.0-1 \
libssl-dev=1.1.1d-0+deb10u4 \
libssl-dev=1.1.1d-0+deb10u6 \
&& apt-get clean && apt-get clean
WORKDIR /tmp WORKDIR /tmp

Loading…
Cancel
Save