Closed tdaede closed 4 years ago
Not related to this commit but it looks like the nasm deb got yanked so I had to update that to be able to bulid this PR from scratch:
diff --git a/Dockerfile b/Dockerfile index c31e9bd..08789db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,9 +75,9 @@ RUN \ RUN \ DIR=/tmp/nasm && \ NASM_URL=http://debian-archive.trafficmanager.net/debian/pool/main/n/nasm && \ - NASM_VERSION=2.14.02-1 && \ + NASM_VERSION=2.15.02-1+b1 && \ NASM_DEB=nasm_${NASM_VERSION}_amd64.deb && \ - NASM_SUM=5225d0654783134ae616f56ce8649e4df09cba191d612a0300cfd0494bb5a3ef && \ + NASM_SUM=b454c064732c046ba025b82549833b3892ce85f2812d3addb8cbb06c6a47da8e && \ mkdir -p ${DIR} && \ cd ${DIR} && \ curl -O ${NASM_URL}/${NASM_DEB} && \
~Will submit a PR to that effect.~ See #208
whoops just realized this is not quite correct because there's separate react dependencies in the repo and I didn't update them at the same time as the package.json
Not related to this commit but it looks like the nasm deb got yanked so I had to update that to be able to bulid this PR from scratch:
~Will submit a PR to that effect.~ See #208